Skip to content

Commit

Permalink
docs: fix template name (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed May 25, 2022
1 parent 087248f commit 2d74b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/2.get-started.md
Expand Up @@ -28,10 +28,10 @@ Before getting started, please **make sure to have installed the recommended set

::code-group
```bash [npx]
npx nuxi init content-app -t content-v2
npx nuxi init content-app -t content
```
```bash [pnpm]
pnpm dlx nuxi init content-app -t content-v2
pnpm dlx nuxi init content-app -t content
```
::

Expand Down

0 comments on commit 2d74b90

Please sign in to comment.