diff --git a/README.md b/README.md index cbb96a1f..19e204dc 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ If your project uses CocoaPods to manage React installation (especially with Exp #### Android 1. Open up `android/app/src/main/java/[...]/MainApplication.java` - - Add `import com.philipphecht.RNDocViewerPackage;` to the imports at the top of the file - - Add `new RNDocViewerPackage()` to the list returned by the `getPackages()` method + - Add `import com.reactlibrary.RNReactNativeDocViewerPackage;` to the imports at the top of the file + - Add `new RNReactNativeDocViewerPackage()` to the list returned by the `getPackages()` method 2. Append the following lines to `android/settings.gradle`: ``` include ':react-native-doc-viewer'