fix: Fixed create project command typo

`create-next-app` -> `create-nuxt-app`
This commit is contained in:
Sasa Markovic 2023-12-12 06:07:53 +01:00 committed by GitHub
parent 269caf00b0
commit 4deaaaf1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ description: Install and configure Nuxt.
### Create project ### Create project
Start by creating a new Nuxt project using `create-next-app`: Start by creating a new Nuxt project using `create-nuxt-app`:
```bash ```bash
npx nuxi@latest init my-app npx nuxi@latest init my-app