From 892aa5d9851f52d0c52a7cc25453ac7c3206966c Mon Sep 17 00:00:00 2001 From: Kono Tyran Date: Mon, 29 Jul 2024 15:29:03 -0700 Subject: [PATCH] update readme.md for latest version. --- readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index bd40d54..0ebb090 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ Archipelago Java Client ======================= -![Maven Central Version](https://img.shields.io/maven-central/v/dev.koifysh/archipelago-client) +[![Maven Central Version](https://img.shields.io/maven-central/v/dev.koifysh/archipelago-client)](https://central.sonatype.com/artifact/dev.koifysh/archipelago-client) A java client Library to connect to an [Archipelago](http://github.com/ArchipelagoMW/Archipelago) Server. @@ -14,16 +14,13 @@ To use maven add this dependency to your `pom.xml`: dev.koifysh archipelago-client - 0.1.13 + 0.1.18 ``` ### Gradle To use Gradle add the maven central repository to your repositories list: -```gradle -mavenCentral() -``` then add this to your `dependancy` section -```gradle -implementation 'dev.koifysh:archipelago-client:0.1.13' +```java +implementation 'dev.koifysh:archipelago-client:0.1.18' ``` \ No newline at end of file