From f028054eeb709a9d1a92d2095de06ffe39d0ba17 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 15 Apr 2016 10:41:03 +1000 Subject: [PATCH] Add link to example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d608553..0a8fec4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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) + ## Tips - Follow the [quickstart](https://developers.facebook.com/docs/messenger-platform/quickstart) guide for getting everything set up!