diff --git a/readme.md b/readme.md
index 1f40853c..bb85f855 100644
--- a/readme.md
+++ b/readme.md
@@ -9,9 +9,11 @@
-**The repository:**
+**The repositories:**
```kotlin
jcenter()
+mavenCentral()
+maven("https://jitpack.io")
```
**The dependency:**
@@ -27,9 +29,11 @@ implementation("net.axay", "KSpigot", "VERSION_HERE")
-**The repository:**
+**The repositories:**
```groovy
jcenter()
+mavenCentral()
+maven { url 'https://jitpack.io' }
```
**The dependency:**
@@ -45,13 +49,17 @@ implementation 'net.axay:KSpigot:VERSION_HERE'
-**The repository:**
+**The repositories:**
```xml