docs: change suggested hls.js CDN (#5903)

This commit is contained in:
Alessandro Ros
2026-06-28 16:29:12 +02:00
committed by GitHub
parent 7eb5d30075
commit ce00edb92f
+1 -4
View File
@@ -162,10 +162,7 @@ import Hls from "hls.js";
Otherwise, you can use a `<script>` tag inside the `<head>` section that points to a CDN:
```html
<script
defer
src="https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.6.13/hls.min.js"
></script>
<script defer src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
```
Add a `<video>` tag: