diff --git a/README.md b/README.md
index 163497e..cdab9a2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Custom-Crops

-[](https://jitpack.io/#Xiao-MoMi/Custom-Crops)
@@ -26,7 +25,7 @@ Get the artifact under /target folder
## How to Contribute
#### Translations
-Clone this project and create a new language file in the /common/src/main/resources/translations directory. \
+Clone this project and create a new language file in the /plugin/src/main/resources/translations directory. \
Once your changes are ready, open a pull request for review. We appreciate your works!
#### Areas for improvement
@@ -44,48 +43,14 @@ Afdian: https://afdian.com/@xiaomomi/
## CustomCrops API
-### Maven
-
-```html
-
-
- jitpack
- https://jitpack.io/
-
-
-```
-```html
-
-
- com.github.Xiao-MoMi
- Custom-Crops
- {LATEST}
- provided
-
-
-```
-### Gradle (Groovy)
-
-```groovy
-repositories {
- maven { url 'https://jitpack.io' }
-}
-```
-```groovy
-dependencies {
- compileOnly 'com.github.Xiao-MoMi:Custom-Crops:{LATEST}'
-}
-```
-### Gradle (Kotlin)
-
```kotlin
repositories {
- maven("https://jitpack.io/")
+ maven("https://repo.momirealms.net/releases/")
}
```
```kotlin
dependencies {
- compileOnly("com.github.Xiao-MoMi:Custom-Crops:{LATEST}")
+ compileOnly("net.momirealms:custom-crops:3.6.29")
}
```
#### Fun Facts