Skip to content

Commit 4037fbb

Browse files
authored
Update README.md
1 parent 4ab5fc4 commit 4037fbb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ This library is a React Native bridge around native app tour libraries. It allow
2424

2525
## 📖 Getting started
2626

27-
> **iOS Prerequisite:** Please make sure `CocoaPods` is installed on your system
27+
`$ npm install react-native-app-tour --save`
2828

29-
## **RN60 >= RNBAS V1 >**
29+
## **RN60 >= RNAT V1 >**
3030

3131
> RN60 above please use `react-native-app-tour` V1 and above
3232
3333
- **iOS**
3434

35+
> **iOS Prerequisite:** Please make sure `CocoaPods` is installed on your system
36+
3537
- Add the following to your `Podfile` -> `ios/Podfile` and run pod update:
3638

3739

@@ -57,13 +59,10 @@ allprojects {
5759
}
5860
```
5961

60-
## **RN60 < RNBAS V1 <**
62+
## **RN60 < RNAT V1 <**
6163

6264
> RN60 below please use `react-native-app-tour` V.0.*
6365
64-
65-
`$ npm install react-native-app-tour --save`
66-
6766
`$ react-native link react-native-app-tour`
6867

6968
- **Android**

0 commit comments

Comments
 (0)