diff --git a/README.md b/README.md
index 6b904e29..6e8cb9fa 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,20 @@
-
-
+
+
Telegram MTProto API Framework for Python
-
+
Homepage
•
-
+
Documentation
- •
-
- Releases
-
- •
-
- News
-
-## Pyrogram
+## PyroFork
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
@@ -40,7 +32,7 @@ async def hello(client, message):
app.run()
```
-**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)
+**PyroFork** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
identity (bot API alternative) using Python.
@@ -48,10 +40,6 @@ identity (bot API alternative) using Python.
If you'd like to support Pyrogram, you can consider:
-- [Become a GitHub sponsor](https://github.com/sponsors/delivrance).
-- [Become a LiberaPay patron](https://liberapay.com/delivrance).
-- [Become an OpenCollective backer](https://opencollective.com/pyrogram).
-
### Key Features
- **Ready**: Install Pyrogram with pip and start building your applications right away.
@@ -65,11 +53,10 @@ If you'd like to support Pyrogram, you can consider:
### Installing
``` bash
-pip3 install pyrogram
+pip3 install git+https://github.com/Mayuri-Chan/pyrofork.git@dev/pyrofork
```
### Resources
-- Check out the docs at https://docs.pyrogram.org to learn more about Pyrogram, get started right
+- Check out the docs at https://pyrofork.mayuri.my.id to learn more about PyroFork, get started right
away and discover more in-depth material for building your client applications.
-- Join the official channel at https://t.me/pyrogram and stay tuned for news, updates and announcements.