From 1c98a162593af0e53eedf815eb7c1c4a73e82750 Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Tue, 22 Sep 2015 14:03:53 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9419d29e..58064203 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ An extended native php wrapper for [Telegram Bot API](https://core.telegram.org/bots/api) without requirements. Supports all methods and types of responses. ## Bots: An introduction for developers ->Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. You control your bots using HTTPS requests to [bot API](https://core.telegram.org/bots/api). +>Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. + +>You control your bots using HTTPS requests to [bot API](https://core.telegram.org/bots/api). >The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult [Introduction to Bots](https://core.telegram.org/bots) and [Bot FAQ](https://core.telegram.org/bots/faq).