From 1e4f1346a1abe961e6fd3546973f3c1f234a0d44 Mon Sep 17 00:00:00 2001 From: febilyt Date: Tue, 29 Nov 2022 00:36:55 +0800 Subject: [PATCH] Fix typo on README.md (#770) Co-authored-by: Phoebe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7de70b8d..85a3c774f 100644 --- a/README.md +++ b/README.md @@ -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