diff --git a/README.md b/README.md
index 1d9d8a5..d27761a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# Custom-Nameplates

-[](https://jitpack.io/#Xiao-MoMi/Custom-Nameplates)
@@ -41,42 +40,29 @@ Afdian: https://afdian.com/@xiaomomi/
```html
- jitpack
- https://jitpack.io/
+ xiaomomi repo
+ https://repo.momirealms.net/
```
```html
-
- com.github.Xiao-MoMi
- Custom-Nameplates
- {VERSION}
- provided
-
+
+ net.momirealms
+ custom-nameplates
+ 3.0.19
+
```
-### Gradle (Groovy)
-
-```groovy
-repositories {
- maven { url 'https://jitpack.io' }
-}
-```
-```groovy
-dependencies {
- compileOnly 'com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}'
-}
-```
### Gradle (Kotlin)
```kotlin
repositories {
- maven("https://jitpack.io/")
+ maven("https://repo.momirealms.net/")
}
```
```kotlin
dependencies {
- compileOnly("com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}")
+ compileOnly("net.momirealms:custom-nameplates:3.0.19")
}
```
\ No newline at end of file