Skip to content

Commit

Permalink
Fix typo on README.md (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: Phoebe <phlam@twilio.com>
  • Loading branch information
febilyt and Phoebe authored Nov 28, 2022
1 parent e7ca3e6 commit 1e4f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you want to use `yarn` to install dependencies, first run the [yarn import](h

### Add Noise Cancellation

Twilio Video has partnered with [Krisp Technologies Inc.](https://krisp.ai/) to add [noise cancellation](https://www.twilio.com/docs/video/noise-cancellation) to the local audio track. This feature is licensed under the [Krisp Plugin for Twilio](https://twilio.github.io/krisp-audio-plugin/LICENSE.html). In order to add this feature to your application, please run `npm install noisecancellation:krisp` immediately after the [previous step](#install-dependencies).
Twilio Video has partnered with [Krisp Technologies Inc.](https://krisp.ai/) to add [noise cancellation](https://www.twilio.com/docs/video/noise-cancellation) to the local audio track. This feature is licensed under the [Krisp Plugin for Twilio](https://twilio.github.io/krisp-audio-plugin/LICENSE.html). In order to add this feature to your application, please run `npm run noisecancellation:krisp` immediately after the [previous step](#install-dependencies).

## Install Twilio CLI and RTC Plugin

Expand Down

0 comments on commit 1e4f134

Please sign in to comment.