From bd06eea66fd6a26a3c0528658ae5490b30d78146 Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Wed, 10 Jul 2024 10:42:42 +0100 Subject: [PATCH] Added link to case study --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54d28349..ea2da2b5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Spring Bot is a set of [Spring Boot](https://spring.io/projects/spring-boot) sta - Spring Bot provides a simple annotation-based way to create chat bots. - It currently supports Symphony and Microsoft Teams. - It allows you to build your chatbot using annotations, binding messages to methods in a similar way to [Spring Web MVC](https://docs.spring.io/spring-framework/docs/6.0.x/reference/html/web.html#spring-web) +- [READ THE FINOS CASE STUDY HERE](https://www.finos.org/deutsche-bank-spring-bot-case-study) ## Why Is This Important?