From d23360887d42cef8b43c4a729ef681b6ac3ac772 Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 11 Jun 2024 18:17:19 +0900 Subject: [PATCH] docs(react): update installation instructions The commit changes the package installation instructions in the React documentation. It suggests installing the package as a devDependency implying the package is primarily used in development. --- packages/react/src/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/docs/installation.mdx b/packages/react/src/docs/installation.mdx index d31e2e1..205694e 100644 --- a/packages/react/src/docs/installation.mdx +++ b/packages/react/src/docs/installation.mdx @@ -16,7 +16,7 @@ import {Code} from "@/components/LoadedCode"; 3. Install [@psw-ui/cli](https://www.npmjs.com/package/@psw-ui/cli). - {`$ npm install \@psw-ui/cli\n$ yarn add @psw-ui/cli\n$ pnpm add @psw-ui/cli`} + {`$ npm install -D \@psw-ui/cli\n$ yarn add -D @psw-ui/cli\n$ pnpm add -D @psw-ui/cli`} 4. Run CLI to add components