summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOleg Morozenkov <omorozenkov@gmail.com>2015-11-04 16:34:40 +0300
committerOleg Morozenkov <omorozenkov@gmail.com>2015-11-04 16:34:40 +0300
commit7179cc9bd0d43bf0cf645bcb3247c1183dd8c818 (patch)
treeeaaf812f8f9f40e50fcc8ba0bd1c138840335453 /README.md
parent34b74cd1299fb91fd68e68aed4d7ab733a9181a1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 305c275..a09a64e 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# tgbot-cpp
[![Join the chat at https://gitter.im/reo7sp/tgbot-cpp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reo7sp/tgbot-cpp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+&nbsp;
+[![Flattr this](https://button.flattr.com/flattr-badge-large.png "Flattr this")](https://flattr.com/submit/auto?user_id=Reo_SP&url=https%3A%2F%2Fgithub.com%2Freo7sp%2Ftgbot-cpp)
C++ library for Telegram bot API.
-**Warning:** It's not stable version yet. Something may not work.
-
Documentaion is located [here](http://reo7sp.ru/proj/tgbot-cpp/doc)
## Compilation
@@ -25,7 +25,7 @@ sudo make install
That's all. All you have to do now is just link compiled library to your project.
-If you want, you can also use Docker to build and run your bot. Just set the base image of your's Dockerfile to reo7sp/tgbot-cpp.
+If you want, you can also use Docker to build and run your bot. Just set the base image of your's Dockerfile to [reo7sp/tgbot-cpp](https://hub.docker.com/r/reo7sp/tgbot-cpp/).
## Samples