diff --git a/README.md b/README.md index 9de8257..2df82c0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Add the following dependency to your `build.gradle` file: ``` dependencies { - compile 'com.github.2tu:fit:0.1.0' - apt 'com.github.2tu:fit-compiler:0.1.0' + compile 'com.github.2tu.fit:fit:0.0.7' + apt 'com.github.2tu.fit:fit-compiler:0.0.7' } ```