diff --git a/README.md b/README.md index c0fd339..2ab8dda 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Build License -Minecraft Versions +Minecraft Versions

* [Features](#features) @@ -54,14 +54,14 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f ```xml - catcoder-snapshots - https://catcoder.pl.ua/snapshots + jitpack.io + https://jitpack.io ``` ```xml - me.catcoder - bukkit-sidebar + com.github.CatCoderr + ProtocolSidebar 6.2.10-SNAPSHOT ``` @@ -70,12 +70,12 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f ```groovy repositories { - maven { url 'https://catcoder.pl.ua/snapshots' } + maven { url 'https://jitpack.io' } } ``` ```groovy dependencies { - implementation 'me.catcoder:bukkit-sidebar:6.2.10-SNAPSHOT' + implementation 'com.github.CatCoderr:ProtocolSidebar:6.2.10-SNAPSHOT' } ``` @@ -83,12 +83,12 @@ dependencies { ```kotlin repositories { - maven("https://catcoder.pl.ua/snapshots") + maven("https://jitpack.io") } ``` ```kotlin dependencies { - implementation("me.catcoder:bukkit-sidebar:6.2.10-SNAPSHOT") + implementation("com.github.CatCoderr:ProtocolSidebar:6.2.10-SNAPSHOT") } ```