From e011679fe8c6daa1f57bf57552dea6e67b7999be Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Thu, 15 Mar 2018 21:43:51 +0100 Subject: [PATCH] Update link to examples in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e7550..8cb178c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. -[You can find an example of how to use it here](https://github.com/paked/messenger/blob/master/cmd/bot/main.go) +You can find [examples for this library here](https://github.com/paked/messenger/blob/master/examples/). ## Tips