Skip to content

Commit

Permalink
docs: add stackblitz demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Oct 23, 2023
1 parent 17465b2 commit 8c9315f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ console.log(decoded.value); // a Promise
console.log(await decoded.value); // 42
await decoded.done; // wait for the stream to finish
```

Stackblitz: https://stackblitz.com/edit/stackblitz-starters-2wm7dh?file=index.js

0 comments on commit 8c9315f

Please sign in to comment.