diff --git a/README.md b/README.md
index dd723996..aaaf8df2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Afdian: https://afdian.net/@xiaomomi
### Maven
-```
+```html
jitpack
@@ -42,7 +42,7 @@ Afdian: https://afdian.net/@xiaomomi
```
-```
+```html
com.github.Xiao-MoMi
@@ -54,24 +54,24 @@ Afdian: https://afdian.net/@xiaomomi
```
### Gradle (Groovy)
-```
+```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```
-```
+```groovy
dependencies {
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
}
```
### Gradle (Kotlin)
-```
+```kotlin
repositories {
maven("https://jitpack.io/")
}
```
-```
+```kotlin
dependencies {
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
}