Skip to content

Commit 1b12759

Browse files
committed
fix: update hlsjs-ipfs-loader version (ipfs#1422)
1 parent 966bb8d commit 1b12759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/browser-video-streaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The hls.js library ships with an HTTP based content loader only, but it's fortun
1919
```html
2020
<script src="https://unpkg.com/ipfs/dist/index.js"></script>
2121
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
22-
<script src="https://unpkg.com/[email protected].1/dist/index.js"></script>
22+
<script src="https://unpkg.com/[email protected].2/dist/index.js"></script>
2323
```
2424

2525
## Generating HLS content

examples/browser-video-streaming/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<video id="video" controls></video>
44
<script src="https://unpkg.com/ipfs/dist/index.js"></script>
5-
<script src="https://unpkg.com/[email protected].1/dist/index.js"></script>
5+
<script src="https://unpkg.com/[email protected].2/dist/index.js"></script>
66
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
77
<script src="streaming.js"></script>
88
</body>

0 commit comments

Comments
 (0)