diff --git a/README.md b/README.md index dbe6b2a..6dd453f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ groovy compile: ``` dependencies { - compile 'com.github.Forevery1:EncodeUtils:84b7856cc1' + dependencies { + compile 'com.github.Forevery1:EncodeUtils:-SNAPSHOT' + } } ```