Update README.rst (#840)

* Update README.rst

 - Correct spelling
 - Correct grammar mistakes
 - Improve sentences

* Update README.rst

Bring back the line "Breaking News"
This commit is contained in:
Jasur Yusupov 2022-02-19 03:50:17 +05:00 committed by GitHub
parent 1b8e22d90f
commit ac7f2dc408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <https://core.telegram.org/bots/api>`_ written in Python 3.8 with
**aiogram** is a modern and fully asynchronous framework for
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 using
`asyncio <https://docs.python.org/3/library/asyncio.html>`_ and
`aiohttp <https://github.com/aio-libs/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 <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `Telegram Bot API 5.3 <https://core.telegram.org/bots/api>`_
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easy re-generated when API was updated
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ 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 <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_
- Integrated I18n/L10n support with GNU Gettext (or Fluent)
.. warning::
Before start using **aiogram** is highly recommend to know how to work
with `asyncio <https://docs.python.org/3/library/asyncio.html>`_.
It is strongly advised that you have prior experience working
with `asyncio <https://docs.python.org/3/library/asyncio.html>`_
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 <https://t.me/aiogram>`_
- `Russian language <https://t.me/aiogram_ru>`_