From 8bd4786c50254bf6daf0dc20a73b4488aea49f87 Mon Sep 17 00:00:00 2001 From: Berzan Date: Sun, 26 May 2024 17:03:34 +0300 Subject: [PATCH] From `pnpm vitepress init` to `pnpx vitepress init` --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 7d7c577e..43fdfafe 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -68,7 +68,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm vitepress init +$ pnpx vitepress init ``` ```sh [yarn]