diff --git a/README.md b/README.md index 4d9b207..585efa4 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,14 @@ DesertWell is available on JitPack and requires Adventure. You can browse the Ja First, add the JitPack repository to your `build.gradle`: ```groovy repositories { - maven { url 'https://jitpack.io' } + maven { url 'https://repo.william278.net/snapshots/' } } ``` Then add the dependency: ```groovy dependencies { - implementation 'net.william278:PAPIProxyBridge:1.2' + implementation 'net.william278:desertwell:2.0.4-SNAPSHOT' } ``` @@ -102,4 +102,4 @@ dependencies { JitPack has a [handy guide](https://jitpack.io/#net.william278/DesertWell/#How_to) for how to use the dependency with other build platforms. ## License -DesertWell is licensed under Apache-2.0. \ No newline at end of file +DesertWell is licensed under Apache-2.0.