Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 68c9313

Browse files
authored
docs: fix typo (#3189)
execllent -> excellent
1 parent d24e34c commit 68c9313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-readablestream/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Streaming video from IPFS using ReadableStreams
22

3-
We can use the execllent [`videostream`](https://www.npmjs.com/package/videostream) to stream video from IPFS to the browser. All we need to do is return a [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream)-like object that contains the requested byte ranges.
3+
We can use the excellent [`videostream`](https://www.npmjs.com/package/videostream) to stream video from IPFS to the browser. All we need to do is return a [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream)-like object that contains the requested byte ranges.
44

55
Take a look at [`index.js`](./index.js) to see a working example.
66

0 commit comments

Comments
 (0)