Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Sep 27, 2024
1 parent 19406e2 commit baaf94e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ repositories {
}

dependencies {
implementation("org.github.fastnoise:FastNoise2Bindings-Java:0.0.1")
implementation("com.github.CoolLoong:FastNoise2Bindings-Java:0.0.1")
}
```

### Maven
```
<repositories>
<repository>
Expand All @@ -35,7 +36,7 @@ dependencies {
<dependencies>
<dependency>
<groupId>org.github.fastnoise</groupId>
<groupId>com.github.CoolLoong</groupId>
<artifactId>FastNoise2Bindings-Java</artifactId>
<version>0.0.1</version>
</dependency>
Expand Down

0 comments on commit baaf94e

Please sign in to comment.