From c5d0d34ae61b085dfa9c3239301103ee1b1fc3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D1=83=D1=85=D0=B0=D0=BC=D0=BC=D0=B0=D0=B4=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B8=D1=84=D1=84=20=D0=9C=D1=83=D0=B0=D0=B7=D0=B7=D0=B0?= =?UTF-8?q?=D0=BC?= Date: Thu, 22 Feb 2018 21:02:20 +0800 Subject: [PATCH] Fix requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d6dd0..40fe4d5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ you want to ask questions or discuss development. Just run this before running the example code. -``` gopkg.in/telegram-bot-api.v4 ``` +``` $ go get gopkg.in/telegram-bot-api.v4 ``` ## Example