diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 53f5bd8d..68352225 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -29,7 +29,7 @@ That's it! You can now use all the components and composables in your Nuxt app The Nuxt Starter template is available from the `nuxi init` command. ```bash -npx nuxi@latest init -t ui +npx nuxi@latest init -t ui2 ``` Please check [nuxt/starter](https://github.com/nuxt/starter/tree/ui) for details.