Skip to content

Commit

Permalink
Fix Gradle snippet in README (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas authored Jan 7, 2025
1 parent 6a1de98 commit 61fc525
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 @@ -33,7 +33,7 @@ For further information, please consult the project's Javadocs.


### Maven
Mapping-IO is available from the [FabricMC Maven](https://maven.fabricmc.net/net/fabricmc/mapping-io), version 0.4.2 and onwards can also be found on Maven Central.
Mapping-IO is available from the [FabricMC Maven](https://maven.fabricmc.net/net/fabricmc/mapping-io). Version 0.4.2 and onward can also be found on Maven Central.

Gradle snippet:
```gradle
Expand All @@ -42,6 +42,6 @@ repositories {
}
dependencies {
api 'net.fabricmc:mapping-io:${mappingio_version}'
implementation "net.fabricmc:mapping-io:${mappingio_version}"
}
```

0 comments on commit 61fc525

Please sign in to comment.