1
0
mirror of synced 2025-02-16 21:43:13 +03:00

Fix typo (#20)

This commit is contained in:
Bo-Yi Wu 2016-11-27 17:22:11 +08:00 committed by Harrison Shoebridge
parent 12da86e59e
commit fc8cdbb86f

View File

@ -8,7 +8,7 @@ This is a Go library for making bots to be used on Facebook messenger. It is bui
- Follow the [quickstart](https://developers.facebook.com/docs/messenger-platform/quickstart) guide for getting everything set up!
- You need a Facebook development app, and a Facebook page in order to build things.
- Use [ngrok](https://ngrok.com) to tunnel your locally runnning bot so that Facebook can reach the webhook.
- Use [ngrok](https://ngrok.com) to tunnel your locally running bot so that Facebook can reach the webhook.
## Breaking Changes