From 6b956c2b881bb72d583e8dcfc672e79ebb71ba10 Mon Sep 17 00:00:00 2001 From: blackdevelopa Date: Sat, 20 Jul 2019 18:38:32 +0100 Subject: [PATCH] Fix inaccurate numbering in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf5fac2..7fb8920a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ include ':react-native-contacts' project(':react-native-contacts').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-contacts/android') ``` -3. In `android/app/build.gradle` +2. In `android/app/build.gradle` ```gradle ... @@ -89,7 +89,7 @@ dependencies { } ``` -4. register module (in MainApplication.java) +3. register module (in MainApplication.java) ```java import com.rt2zz.reactnativecontacts.ReactNativeContacts; // <--- import