twilio / twilio-video-app-react

A collaboration application built with the twilio-video.js SDK and React.js
Apache License 2.0
1.8k stars 725 forks source link

Fix typo on README.md #770

Closed febilyt closed 1 year ago

febilyt commented 1 year ago

Contributing to Twilio

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

Pull Request Details

Description

Fix the typo for adding noise cancellation.

Original: npm install noisecancellation:krisp Which will throw an error:

npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "noisecancellation:": noisecancellation:krisp

Updated as: npm run noisecancellation:krisp So the script can be run properly.

Burndown

Before review

manjeshbhargav commented 1 year ago

Thanks, @febilyt !