diff --git a/README.md b/README.md index a6f0b6cf..3b139023 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ async def hello(client, message): app.run() ``` -**Pyrogram** is a modern, elegant and easy-to-use [Telegram](https://telegram.org/) framework written from the ground up -in Python and C. It enables you to easily create custom apps for both user and bot identities (bot API alternative) via -the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi). +**Pyrogram** is a modern, elegant and easy-to-use [Telegram](https://telegram.org/) client library framework written +from the ground up in Python and C. It enables you to easily create custom Telegram client applications for both user +and bot identities (bot API alternative) via the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi). ### Features