diff --git a/README.md b/README.md
index 75bc24c..e6a3bfc 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
## Features
-- Supports versions 1.8 - 1.19.
+- Supports versions 1.8 - 1.20.
- No dependencies.
- Super efficient, no lag.
- Simple developer API.
@@ -28,13 +28,13 @@
```groovy
repositories {
maven {
- name = 'jitpack'
- url = 'https://jitpack.io'
+ name = 'byteful'
+ url = 'https://mvn.byteful.me/repository/maven-releases/'
}
}
dependencies {
- implementation 'com.github.byteful:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.2.7)
+ implementation 'me.byteful.plugin:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.3.6)
}
```
@@ -44,16 +44,16 @@ dependencies {
- jitpack.io
- https://jitpack.io
+ byteful
+ https://mvn.byteful.me/repository/maven-releases/
- com.github.byteful
+me.byteful.plugin
LevelTools
- Tag
-
+Tag
+
```
### Example Usage: