From e9d30bfad7f492aa961024d2a7f5fd4e7a606f9e Mon Sep 17 00:00:00 2001 From: Mika Andrianarijaona Date: Mon, 15 Oct 2018 17:10:17 +0200 Subject: [PATCH] update android installation doc in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc32a4d4..71982a20 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ steps instead. 1. Open up `android/app/src/main/java/[...]/MainApplication.java` -* Add `import com.reactlibrary.RNAppAuthPackage;` to the imports at the top of the file +* Add `import com.rnappauth.RNAppAuthPackage;` to the imports at the top of the file * Add `new RNAppAuthPackage()` to the list returned by the `getPackages()` method 2. Append the following lines to `android/settings.gradle`: