From ddef2032e299173c7545ac5c1fc59dc8a9499a51 Mon Sep 17 00:00:00 2001
From: Dan <14043624+delivrance@users.noreply.github.com>
Date: Fri, 17 May 2019 13:21:51 +0200
Subject: [PATCH] Update README.md
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 35c80f37..4d202b4f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
Releases
•
-
+
Community
@@ -58,8 +58,7 @@ ground up in Python and C. It enables you to easily create custom apps for both
written in pure C.
- **Documented**: Pyrogram API methods, types and public interfaces are well documented.
- **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted.
-- **Updated**, to the latest Telegram API version, currently Layer 97 on top of
- [MTProto 2.0](https://core.telegram.org/mtproto).
+- **Updated**, to make use of the latest Telegram API version and features.
- **Pluggable**: The Smart Plugin system allows to write components with minimal boilerplate code.
- **Comprehensive**: Execute any advanced action an official client is able to do, and even more.