From 2868633076756149da9df713fd4b1799b7384357 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 15 Apr 2016 10:26:04 +1000 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 042aaa7..ac97b9a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Messenger +# Messenger [![GoDoc](https://godoc.org/github.com/paked/messenger?status.svg)](https://godoc.org/github.com/paked/messenger) 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!** - ## Tips +- Follow the [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.