diff --git a/README.rst b/README.rst index 9341b65a..7e0dd527 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ aiogram |beta badge| #################### .. danger:: - This version still in development! + This version is still in development! .. image:: https://img.shields.io/pypi/l/aiogram.svg :target: https://opensource.org/licenses/MIT @@ -41,12 +41,12 @@ aiogram |beta badge| :target: https://app.codecov.io/gh/aiogram/aiogram :alt: Codecov -**aiogram** modern and fully asynchronous framework for -`Telegram Bot API `_ written in Python 3.8 with +**aiogram** is a modern and fully asynchronous framework for +`Telegram Bot API `_ written in Python 3.8 using `asyncio `_ and `aiohttp `_. -It helps you to make your bots faster and simpler. +Make your bots faster and more powerful! .. danger:: @@ -54,7 +54,7 @@ It helps you to make your bots faster and simpler. *aiogram* 3.0 has breaking changes. - It breaks backwards compatibility by introducing new breaking changes! + It breaks backward compatibility by introducing new breaking changes! Features ======== @@ -62,19 +62,20 @@ Features - Asynchronous (`asyncio docs `_, :pep:`492`) - Has type hints (:pep:`484`) and can be used with `mypy `_ - Supports `Telegram Bot API 5.3 `_ -- Telegram Bot API integration code was `autogenerated `_ and can be easy re-generated when API was updated +- Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated - Updates router (Blueprints) -- Finite State Machine +- Has Finite State Machine - Middlewares (incoming updates and API calls) - Provides `Replies into Webhook `_ - Integrated I18n/L10n support with GNU Gettext (or Fluent) .. warning:: - Before start using **aiogram** is highly recommend to know how to work - with `asyncio `_. + It is strongly advised that you have prior experience working + with `asyncio `_ + before beginning to use **aiogram**. - Also if you has questions you can go to our community chats in Telegram: + If you have any questions, you can visit our community chats on Telegram: - `English language `_ - `Russian language `_