diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index a2541bd4..21d2bcd7 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -18,7 +18,7 @@ VitePress can be used on its own, or be installed into an existing project. In b ::: code-group ```sh [npm] -$ npm add -D vitepress +$ npm install -D vitepress ``` ```sh [pnpm]