From a7b57b24d5fbffaeed3c2078efa39fbe7e4dd756 Mon Sep 17 00:00:00 2001 From: Geofrey Isiagi - Full-stack Web / Cloud Developer Date: Wed, 22 Nov 2023 18:47:27 +0300 Subject: [PATCH] Update introduction.md (#2208) * Update introduction.md Adds Bun in the installation commands. * Update docs/getting-started/introduction.md Co-authored-by: Daishi Kato --------- Co-authored-by: Daishi Kato --- docs/getting-started/introduction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index e03efc8e94..4a5f81c345 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -33,9 +33,7 @@ Zustand is available as a package on NPM for use: ```bash # NPM npm install zustand - -# Yarn -yarn add zustand +# Or, use any package manager of your choice. ``` ## First create a store