Skip to content

Commit

Permalink
Merge pull request morenoh149#412 from blackdevelopa/updateReadme
Browse files Browse the repository at this point in the history
Update inaccurate numbering in the README
  • Loading branch information
morenoh149 authored Jul 21, 2019
2 parents 3cf2706 + 6b956c2 commit 82725f8
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 82725f8

Please sign in to comment.