From 4b4a14288cfe2690b96a0403782d0c5b18a149b2 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 12 Dec 2023 15:12:48 +0000 Subject: [PATCH] [ci skip] docs: Fix maven guide --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.