Skip to content

Commit

Permalink
Fix maven link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen authored Jan 28, 2024
1 parent f739e48 commit c87bddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resacahilt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Just include the library:
// In module's build.gradle.kts
dependencies {
// The latest version of the lib is available in the badget at the top from Maven Central, replace X.X.X with that version
implementation("io.github.sebaslogen.resaca:resacahilt:X.X.X")
implementation("io.github.sebaslogen:resacahilt:X.X.X")
}
```
</details>
Expand All @@ -45,7 +45,7 @@ dependencies {
```gradle
dependencies {
// The latest version of the lib is available in the badget at the top from Maven Central, replace X.X.X with that version
implementation 'io.github.sebaslogen.resaca:resacahilt:X.X.X'
implementation 'io.github.sebaslogen:resacahilt:X.X.X'
}
```
</details>
Expand Down

0 comments on commit c87bddb

Please sign in to comment.