From ccc54c397a67b284dc29d14f927acf79d2dcbeb4 Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Wed, 5 Oct 2016 14:55:38 +0400 Subject: [PATCH] Fixed title of submodule. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e9c1f..e487391 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # telebotxx [![Build Status](https://travis-ci.org/UltraCoderRU/telebotxx.svg?branch=master)](https://travis-ci.org/UltraCoderRU/telebotxx) -Telegram Bot API 2.0 for C++14. It uses [Curl for People](https://github.com/whoshuu/cpr) library to perform HTTP requests and [RapidJSON](https://github.com/miloyip/rapidjson) to work with JSON data. +Telegram Bot API 2.0 for C++14. It uses [C++ Requests](https://github.com/whoshuu/cpr) library to perform HTTP requests and [RapidJSON](https://github.com/miloyip/rapidjson) to work with JSON data. In development, so you are welcome to contribute. ## Requirements