From a29a9a1b712aceec4660e18efa7011ac093b3bc4 Mon Sep 17 00:00:00 2001 From: bencmbrook Date: Sun, 29 Oct 2023 01:01:18 -0700 Subject: [PATCH] npm link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`.