Update README.md

This commit is contained in:
Dan 2021-01-05 14:43:45 +01:00
parent d28db96128
commit 15f95a0706

View File

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