diff --git a/README.md b/README.md index 141c5ac..f7d6b98 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ maven { url 'https://jitpack.io' } ``` and as dependency: ```groovy -compileOnly 'com.github.FrankHeijden:ServerUtils:TAG' +// Replace VERSION with for example 2.5.0 +compileOnly 'com.github.FrankHeijden:ServerUtils:VERSION' ``` #### Maven: ```xml @@ -67,7 +68,8 @@ and as dependency: com.github.FrankHeijden ServerUtils - TAG + + VERSION provided ```