Skip to content

Commit

Permalink
docs: fix path to polyfilled/transpiled JS file
Browse files Browse the repository at this point in the history
  • Loading branch information
yokuze committed Nov 15, 2023
1 parent 4433638 commit a985caf
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 @@ -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.
Expand Down

0 comments on commit a985caf

Please sign in to comment.