From f0af0dee44a8edff423838425d00a0e88de480c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jib=C3=A9=20Barth?= Date: Sat, 25 Nov 2017 11:03:41 +0100 Subject: [PATCH] Fix botman url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f2b4d..b0f15e8 100644 --- a/README.md +++ b/README.md @@ -771,7 +771,7 @@ Libraries to help manage database schemas and migrations. *Useful libraries or tools that don't fit in the categories above.* * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine). -* [BotMan](https://github.com/mpociot/botman) - A framework agnostic PHP library to build cross-platform chat bots. +* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots. * [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP). * [Chief](https://github.com/adamnicholson/Chief) - A command bus library. * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.