diff --git a/README.md b/README.md index 943752f..3c83120 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SuperToasts are now available on Jcenter. Add the following to your module's build.gradle file: ```xml dependencies { - compile 'com.github.johnpersano:supertoasts:2.0' + implementation 'com.github.johnpersano:supertoasts:2.0' } ```