diff --git a/README.md b/README.md index 768ed4f4..626504b7 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ project(':react-native-sqlite-storage').projectDir = new File(rootProject.projec dependencies { ... - compile project(':react-native-sqlite-storage') + annotationProcessor project(':react-native-sqlite-storage') } ```