docs: fix typo in `nuxi init` command (#23155)

This commit is contained in:
ML 2023-09-12 15:48:26 +01:00 committed by GitHub
parent 9892d5cd3b
commit 0612786544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ It provides a number of features that make it easy to build fast, SEO-friendly,
Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies: Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
```bash ```bash
npx nuxi@latest nuxi init <my-project> npx nuxi@latest init <my-project>
``` ```
Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds. Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.