From 65c65e97334ca0c100d71e6a97f0189f3bd3bbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 22 Jun 2026 14:29:15 +0200 Subject: [PATCH] docs: add Deno to install instructions --- website/docs/installation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 2474327c6..6efe11362 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -15,6 +15,7 @@ Immer can be installed as a direct dependency, and will work in any ES5 environm - Yarn: `yarn add immer` - NPM: `npm install immer` +- Deno: `deno install immer` - CDN: Exposed global is `immer` - Unpkg: `` - JSDelivr: ``