From 858deeef8eeb08ab187749492abd402b9b67fe65 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Tue, 18 Feb 2020 16:28:08 +0000 Subject: [PATCH] :pencil: Updated README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12bdac4..8c54aa7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# GoLang bindings for the Telegram API -> This package is in active development and **not recommended for use in production for now**. Use [go dep](https://golang.github.io/dep/) to freeze the state of the package in your projects! +# GoLang bindings for the Telegram Bot API +> This package is in active development and going to freeze the first version of it's API. Stay tuned! + ## Start using telegram -Download and install it: +Download/install: `$ go get -u gitlab.com/toby3d/telegram` Import it in your code: