diff --git a/README.md b/README.md
index d27761a..b8a1fc1 100644
--- a/README.md
+++ b/README.md
@@ -35,30 +35,9 @@ Afdian: https://afdian.com/@xiaomomi/
## CustomNameplates API
-### Maven
-
-```html
-
-
- xiaomomi repo
- https://repo.momirealms.net/
-
-
-```
-```html
-
-
- net.momirealms
- custom-nameplates
- 3.0.19
-
-
-```
-### Gradle (Kotlin)
-
```kotlin
repositories {
- maven("https://repo.momirealms.net/")
+ maven("https://repo.momirealms.net/releases/")
}
```
```kotlin