diff --git a/content/v5/getting-started/installation/_npm.mdx b/content/v5/getting-started/installation/_npm.mdx index 687419f..3df0c3a 100644 --- a/content/v5/getting-started/installation/_npm.mdx +++ b/content/v5/getting-started/installation/_npm.mdx @@ -71,7 +71,7 @@ import { CodeBlock, Pre } from "fumadocs-ui/components/codeblock"; ? `pnpm install ${props.deps.join(" ")}` : undefined, props.devDeps?.length - ? `pnpm install --dev ${props.devDeps.join(" ")}` + ? `pnpm install --save-dev ${props.devDeps.join(" ")}` : undefined, ] .filter(Boolean)