docs: fix path to polyfilled/transpiled JS file

This commit is contained in:
Matt Luedke 2023-11-15 12:30:03 -05:00
parent 44336386ce
commit a985caff99
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ require('@silvermine/videojs-quality-selector/dist/css/quality-selector.css')
> [Babel](https://babeljs.io/) to transpile and polyfill your code.
>
> Alternatively, you can
> `require('@silvermine/videojs-chromecast/dist/js/silvermine-videojs-quality-selector.js')`
> `require('@silvermine/videojs-quality-selector/dist/js/silvermine-videojs-quality-selector.js')`
> to use a JavaScript file that has already been polyfilled/transpiled down to ES5
> compatibility.