Skip to content

Commit

Permalink
Update readme (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 16, 2023
1 parent c41e7fb commit 7b3aa41
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -58,13 +58,17 @@ Want to hear more? Watch the presentation about Immutable.js:
Install `immutable` using npm.

```shell
# using npm
npm install immutable
```

Or install using yarn.

```shell
# using Yarn
yarn add immutable

# using pnpm
pnpn add immutable

# using Bun
bun add immutable
```

Then require it into any module.
Expand Down

0 comments on commit 7b3aa41

Please sign in to comment.