docs: fix create project command typo (#208)

`create-next-app` -> `create-nuxt-app`
This commit is contained in:
Sasa Markovic 2023-12-12 06:17:30 +01:00 committed by sadeghbarati
parent 269caf00b0
commit 24027aa1a1

View File

@ -7,7 +7,7 @@ description: Install and configure Nuxt.
### 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
npx nuxi@latest init my-app