Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<script src="https://unpkg.com/immer"></script>`
- JSDelivr: `<script src="https://cdn.jsdelivr.net/npm/immer"></script>`
Expand Down