Skip to content

Commit fc07f8d

Browse files
committed
Update README.md
1 parent 538f1e3 commit fc07f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ app.run()
3636

3737
**Pyrogram** is a modern, elegant and easy-to-use [Telegram](https://telegram.org/) framework written from the ground up
3838
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://core.telegram.org/api#telegram-api).
39+
the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi).
4040

4141
### Features
4242

4343
- **Easy**: You can install Pyrogram with pip and start building your applications right away.
4444
- **Elegant**: Low-level details are abstracted and re-presented in a much nicer and easier way.
4545
- **Fast**: Crypto parts are boosted up by [TgCrypto](https://github.com/pyrogram/tgcrypto), a high-performance library
4646
written in pure C.
47-
- **Asynchronous**: Allows both synchronous and asynchronous usages to fit all usage needs.
47+
- **Asynchronous**: Allows both synchronous and asynchronous models to fit all usage needs.
4848
- **Documented**: API methods, types and public interfaces are all [well documented](https://docs.pyrogram.org).
4949
- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support.
5050
- **Updated**, to make use of the latest Telegram API version and features.

0 commit comments

Comments
 (0)