diff --git a/README.md b/README.md index 20ad6a3..007ccd3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And then: #### Android -1. Open up `android/app/src/main/java/[...]/MainActivity.java` +1. Open up `android/app/src/main/java/[...]/MainApplication.java` * Add `import io.github.airamrguez.RNMeasureTextPackage;` to the imports at the top of the file * Add `new RNMeasureTextPackage()` to the list returned by the `getPackages()` method