diff --git a/README.md b/README.md index 0ab5f79..2af7463 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ Note: As of 2.2, Java 21 is required to make Brain4J work. As of 2.4, the library is now available to download on JitPack. -```groovy +``` repositories { mavenCentral() maven { url 'https://jitpack.io' } } + dependencies { implementation 'com.github.xEcho1337:brain4j:2.4' }