diff --git a/.github/README.md b/.github/README.md index efd57df43..a315065f5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -41,6 +41,7 @@ and can be installed like the following (Gradle/Groovy): ```groovy repositories { mavenCentral() + maven { url 'https://jitpack.io' } } dependencies {