From c3314772fe7f66476cbdb240a5c8797f864462ed Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 15 Aug 2023 12:50:29 -0700 Subject: [PATCH] Update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 203bfcc38f..a66bc4c17f 100644 --- a/README.md +++ b/README.md @@ -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.