From 15f95a07065b75e28a7b7f517b24d6680e32dc44 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 5 Jan 2021 14:43:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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