From 5df37c84f90648660330ef6e85e92871411ce2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 20 Jun 2026 13:52:17 +0200 Subject: [PATCH] docs: add Deno to install instructions --- packages/rxjs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/rxjs/README.md b/packages/rxjs/README.md index 2c6eb1fa9b..ec632807b6 100644 --- a/packages/rxjs/README.md +++ b/packages/rxjs/README.md @@ -37,6 +37,12 @@ By contributing or commenting on issues in this repository, whether you've read npm install rxjs ``` +Or, using [Deno](https://deno.com/): + +```shell +deno install rxjs +``` + It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. If you're using RxJS version 7.2 or above, you can pull in any operator you need from the same spot, `'rxjs'`.