1
0
mirror of synced 2024-11-25 14:26:09 +03:00

Update link to examples in README

This commit is contained in:
Samuel El-Borai 2018-03-15 21:43:51 +01:00
parent 0e90e7a413
commit e011679fe8

View File

@ -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. 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 ## Tips