diff --git a/README.md b/README.md
index 9ba7f37e..30ad285f 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,20 @@
-# Accord - Messaging Made Simple.
-Accord is an app, similar to Discord, but cooler.
+# PVTChat - Messaging Made Simple.
+PVTChat is an app, similar to Discord, but cooler.
Built with React, TypeScript, and Node.js.
+Main point of PVT Chat is to fix accord bugs and continue maintenance for said app.
-**Please ⭐ this repo to support development.**
+**PVTChat is based on [acrd.app](https://github.com/theADAMJR/acrd.app), leave a star to original creator!**
-> Want more stable commits? [Use the stable branch](/tree/v2-stable).
-
---
## Setup
-1. Clone the repo (from GitHub).
+1. Clone the repo (from Gitea).
2. Generate JWT key (secure user logins).
- From app directory (with Git bash):
+ From app directory:
```
mkdir -p backend/keys
ssh-keygen -t rsa -b 2048 -m PEM -f backend/keys/jwt
@@ -60,8 +59,7 @@ Built with React, TypeScript, and Node.js.
- Delete your user and prevent it from being used to login
- **and more** (of course)
-> Want a more basic version, that's more like Discord?
-> https://github.com/codea-live/dclone
+
---