Skip to content

Commit 15f95a0

Browse files
committed
Update README.md
1 parent d28db96 commit 15f95a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ async def hello(client, message):
3434
app.run()
3535
```
3636

37-
**Pyrogram** is a modern, elegant and easy-to-use [Telegram](https://telegram.org/) framework written from the ground up
38-
in Python and C. It enables you to easily create custom apps for both user and bot identities (bot API alternative) via
39-
the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi).
37+
**Pyrogram** is a modern, elegant and easy-to-use [Telegram](https://telegram.org/) client library framework written
38+
from the ground up in Python and C. It enables you to easily create custom Telegram client applications for both user
39+
and bot identities (bot API alternative) via the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi).
4040

4141
### Features
4242

0 commit comments

Comments
 (0)