Skip to content

Commit 71df2ed

Browse files
authored
Update README.md
- `npm --save` is not longer necessary - yarn install from repo now from npm
1 parent 4dfa792 commit 71df2ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn add react-native-twilio-video-webrtc
3333
#### Option B: npm
3434

3535
```shell
36-
npm install react-native-twilio-video-webrtc --save
36+
npm install react-native-twilio-video-webrtc
3737
```
3838

3939
### Usage with Expo
@@ -134,7 +134,7 @@ To enable camera usage and microphone usage you will need to add the following e
134134

135135
#### Known Issues
136136

137-
TwilioVideo version 1.3.8 (latest) has the following know issues.
137+
TwilioVideo version 1.3.8 has the following know issues.
138138

139139
- Participant disconnect event can take up to 120 seconds to occur. [Issue 99](https://github.com/twilio/video-quickstart-swift/issues/99)
140140
- AVPlayer audio content does not mix properly with Room audio. [Issue 62](https://github.com/twilio/video-quickstart-objc/issues/62)
@@ -144,7 +144,7 @@ TwilioVideo version 1.3.8 (latest) has the following know issues.
144144
As with iOS, make sure the package is installed:
145145

146146
```shell
147-
yarn add https://github.com/blackuy/react-native-twilio-video-webrtc
147+
yarn add react-native-twilio-video-webrtc
148148
```
149149

150150
Then add the library to your `settings.gradle` file:

0 commit comments

Comments
 (0)