Skip to content

Commit

Permalink
docs: Use the correct maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz committed May 16, 2024
1 parent d3829d8 commit c5fb62c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ SMP can be found on Noxcrew's public Maven repository and added to a Gradle proj

```kotlin
repositories {
mavenCentral()
maven {
name = "noxcrew"
url = uri("https://maven.noxcrew.com/public")
}
}

dependencies {
Expand Down

0 comments on commit c5fb62c

Please sign in to comment.