From a985caff9930b7adb122d22f6126774b65646a10 Mon Sep 17 00:00:00 2001 From: Matt Luedke Date: Wed, 15 Nov 2023 12:30:03 -0500 Subject: [PATCH] docs: fix path to polyfilled/transpiled JS file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea6cef..ed1083a 100644 --- a/README.md +++ b/README.md @@ -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.