From fc07f8d5d1f31b46823c746eea210e0c647d5b0a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 22 Aug 2020 08:17:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61ece568..a6f0b6cf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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://core.telegram.org/api#telegram-api). +the [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi). ### Features @@ -44,7 +44,7 @@ the [MTProto API](https://core.telegram.org/api#telegram-api). - **Elegant**: Low-level details are abstracted and re-presented in a much nicer and easier way. - **Fast**: Crypto parts are boosted up by [TgCrypto](https://github.com/pyrogram/tgcrypto), a high-performance library written in pure C. -- **Asynchronous**: Allows both synchronous and asynchronous usages to fit all usage needs. +- **Asynchronous**: Allows both synchronous and asynchronous models to fit all usage needs. - **Documented**: API methods, types and public interfaces are all [well documented](https://docs.pyrogram.org). - **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support. - **Updated**, to make use of the latest Telegram API version and features.