From 6dfe0d129a76f6d4fac65bdcea9be33343cc23cb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 6 Oct 2021 12:22:46 +0200 Subject: [PATCH] docs: fix init command (#667) --- docs/content/1.get-started/1.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.get-started/1.installation.md b/docs/content/1.get-started/1.installation.md index d02b50c19e..d6a99fd5d1 100644 --- a/docs/content/1.get-started/1.installation.md +++ b/docs/content/1.get-started/1.installation.md @@ -23,7 +23,7 @@ Recommended setup is: From visual studio code, open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) and use the following command to create a new starter project: ```bash -npx nuxi my-nuxt3-project +npx nuxi init my-nuxt3-project ``` Open `my-nuxt3-project` folder in visual studio code: