From 0965b7585c42a1cd5668699b2b7e0037c6816682 Mon Sep 17 00:00:00 2001 From: Dominik <33043343+wellbrained@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:11:17 +0100 Subject: [PATCH] docs: add Project name placeholder (#9421) With this it should be more obvious for the user that instead of `nuxt-app` the actual project name is meant. This was the case and example also in the nuxt 2 docs: https://nuxtjs.org/docs/get-started/installation/ Co-authored-by: Alexander Lichter --- docs/content/1.docs/1.getting-started/2.installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/1.docs/1.getting-started/2.installation.md b/docs/content/1.docs/1.getting-started/2.installation.md index 5f4b8630fa..9ca578ac0e 100644 --- a/docs/content/1.docs/1.getting-started/2.installation.md +++ b/docs/content/1.docs/1.getting-started/2.installation.md @@ -50,19 +50,19 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio. ::code-group ```bash [npx] -npx nuxi init nuxt-app +npx nuxi init ``` ```bash [pnpm] -pnpm dlx nuxi init nuxt-app +pnpm dlx nuxi init ``` :: -Open `nuxt-app` folder in Visual Studio Code: +Open your project folder in Visual Studio Code: ```bash -code nuxt-app +code ``` Install the dependencies: