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