Skip to content

Commit 6113d78

Browse files
committed
Updated ReadMe
1 parent 382b720 commit 6113d78

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#### iOS - Cocoapods
2121

22-
1. Go to `ios/` and run pod install. You should find two dependencies getting installed, `RNVerloopSDK` and `VerloopSDKiOS`
22+
1. Go to `ios` and run `pod install`. You should find two dependencies getting installed, `RNVerloopSDK` and `VerloopSDKiOS`. You should be good to go.
2323

2424
#### Android - Manual
2525

@@ -36,10 +36,6 @@
3636
compile project(':react-native-verloop-sdk')
3737
```
3838

39-
#### Additional iOS step:
40-
41-
* Add a line in podfile (ios ->Podfile) : ENV['SWIFT_VERSION'] = '4.2'
42-
* Run pod install in the same folder
4339

4440
## Usage
4541
```javascript
@@ -51,7 +47,7 @@ export default class VerloopLiveChat extends Component {
5147

5248

5349
async componentDidMount() {
54-
const clientId = "hello"; // it is same as https://<YOUR COMPANY ID>.verloop.io
50+
const clientId = "hello"; // it is same as https://<YOUR CLIENT ID>.verloop.io
5551
const userId = "raghav"; // it is the unique userID to identify all the chats for this user
5652

5753
// VerloopSdk.createAnonymousUserConfig(clientId);

0 commit comments

Comments
 (0)