Skip to content

Commit

Permalink
Fix inaccurate numbering in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdevelopa committed Jul 20, 2019
1 parent 3cf2706 commit 6b956c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
Expand All @@ -89,7 +89,7 @@ dependencies {
}
```

4. register module (in MainApplication.java)
3. register module (in MainApplication.java)

```java
import com.rt2zz.reactnativecontacts.ReactNativeContacts; // <--- import
Expand Down

0 comments on commit 6b956c2

Please sign in to comment.