From 16acfd07b0b7a68a66e73cac65c9c48695243c6a Mon Sep 17 00:00:00 2001 From: Syfaro Date: Fri, 26 Jun 2015 01:20:29 -0500 Subject: [PATCH] godoc link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fbf760..e0e7336 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Golang Telegram bindings for the Bot API +[![GoDoc](https://godoc.org/src.foxpaw.in/Syfaro/telegram-bot-api?status.svg)](https://godoc.org/src.foxpaw.in/Syfaro/telegram-bot-api) + Bindings for interacting with the Telegram Bot API, not nearly done yet. All methods have been added, and all features should be available.