diff --git a/README.md b/README.md index da10038..444fb18 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ At [Transcend](https://transcend.io/), we use `mux-web-streams` to stream LLM re ## Installation -You can install `mux-web-streams` using npm: +You can install `mux-web-streams` from [npm](https://www.npmjs.com/package/mux-web-streams): ```shell npm install mux-web-streams # or `pnpm` or `yarn` ``` +This package has zero dependencies. + ## Usage There are two functions: `muxer` and `demuxer`.