From 7ccb4eb4695a4c196ad7dc01e14efb0826c41a30 Mon Sep 17 00:00:00 2001 From: Harrison Shoebridge Date: Wed, 13 Apr 2016 19:51:28 +1000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881008e..c53cf7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Messenger -This is a Go library for making bots to be used on Facebook messenger. It makes of the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform). One of the main goals of the project is to implement it in an idiomatic and easy to use fashion. +This is a Go library for making bots to be used on Facebook messenger. It is built on the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform). One of the main goals of the project is to implement it in an idiomatic and easy to use fashion. **It is currently in very early development. [Discussion](https://github.com/paked/messenger/issues/new) is much appreciated!**