Compare commits

..

No commits in common. 'master' and 'doc' have entirely different histories.
master ... doc

  1. 1
      README.md
  2. 2
      include/Telegram/TelegramBot.h

1
README.md

@ -7,7 +7,6 @@ To compile, you just need a C++-Compiler and CMake and some libraries:
* libstdc++-dev * libstdc++-dev
* libcurlpp-dev * libcurlpp-dev
* libjsoncpp-dev * libjsoncpp-dev
* libcurl4-openssl-dev (or similar)
and - of course - their dependencies. and - of course - their dependencies.

2
include/Telegram/TelegramBot.h

@ -4,7 +4,7 @@
#include <string> #include <string>
#include <map> #include <map>
#include <curlpp/cURLpp.hpp> #include <curl/curl.h>
#include <json/json.h> #include <json/json.h>
#include <Telegram/Message.h> #include <Telegram/Message.h>

Loading…
Cancel
Save