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).