Fix Maven Central Link (#1994)

This commit is contained in:
Andus 2024-02-11 21:17:30 +01:00 committed by GitHub
parent 6d175c4ff9
commit 1b9e186c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.github/README.md vendored
View File

@ -31,7 +31,7 @@ Minestom is not installed like Bukkit/Forge/Sponge.
As Minestom is a Java library, it must be loaded the same way any other Java library may be loaded.
This means you need to add Minestom as a dependency, add your code and compile by yourself.
Minestom is available on [Maven Central](https://central.sonatype.com/artifact/net.minestom/minestom),
Minestom is available on [Maven Central](https://central.sonatype.com/artifact/net.minestom/minestom-snapshots),
and can be installed like the following (Gradle/Groovy):
```groovy