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