Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTHT0MI authored Jan 3, 2024
1 parent 4fc9cc9 commit dfd76bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ println(
To use Klarity, you will first have to install it via your build system of choice. I recommend Gradle.
```kts
repositories {
maven("https://www.jitpack.io")
maven("https://jitpack.io")
}

dependencies {
implementation("net.iceyleagons:klarity:1.0.0")
implementation("net.iceyleagons.Klarity:klarity:2.1.0")
}
```

Expand Down

0 comments on commit dfd76bf

Please sign in to comment.