From fc8cdbb86f4553688acde0e7f380d0215d69df50 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 27 Nov 2016 17:22:11 +0800 Subject: [PATCH] Fix typo (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e5084..d0ad943 100644 --- a/README.md +++ b/README.md @@ -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