diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
commit | 2978ae35b63eb57d367794e4ac6fd6f492373171 (patch) | |
tree | bf9b47d7e0eb592692b64f418d9a8180a78a730d /README.md | |
parent | a888db726815a9600ea3b16ea045644b51e2898b (diff) |
Combile all licenses in LICENSE. Fix Dockerfile_test
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ [![Travis build Status](https://travis-ci.org/reo7sp/tgbot-cpp.svg?branch=master)](https://travis-ci.org/reo7sp/tgbot-cpp) [![GitHub contributors](https://img.shields.io/github/contributors/reo7sp/tgbot-cpp.svg)](https://github.com/reo7sp/tgbot-cpp/graphs/contributors) -[![Open documentation](https://img.shields.io/badge/open-documentation-orange.svg)](http://reo7sp.github.io/tgbot-cpp) C++ library for Telegram bot API. @@ -106,4 +105,4 @@ add_definitions(-DTGBOT_CHANGE_READ_BUFFER_SIZE) # Read Buffer Size Expansion ## Licence -[The MIT License](http://opensource.org/licenses/MIT). +[The MIT License](https://github.com/reo7sp/tgbot-cpp/blob/master/LICENSE). |