Skip to content

Commit 178c41e

Browse files
author
wicked-tc130
authored
Merge pull request #663 from jpush/dev
更新README.md
2 parents 48f635b + ebf3a0f commit 178c41e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ npm install jpush-react-native --save
5353
* setting.gradle
5454

5555
```
56-
include ':jpush-react-native'
57-
project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
58-
include ':jcore-react-native'
59-
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
56+
include ':jpush-react-native'
57+
project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
58+
include ':jcore-react-native'
59+
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
6060
```
6161

62-
###2.2 iOS
62+
### 2.2 iOS
6363

6464
* Libraries
6565

0 commit comments

Comments
 (0)