diff --git a/docs/content/1.getting-started/2.installation/2.vue.md b/docs/content/1.getting-started/2.installation/2.vue.md index 5e596f3a..f16b91b2 100644 --- a/docs/content/1.getting-started/2.installation/2.vue.md +++ b/docs/content/1.getting-started/2.installation/2.vue.md @@ -168,12 +168,12 @@ The `App` component provides global configurations and is required for **Toast** ### Use our Vue starter -Start your project using the [nuxtlabs/nuxt-ui3-vue-starter](https://github.com/nuxtlabs/nuxt-ui3-vue-starter) template with Nuxt UI v3 pre-configured. +Start your project using the [nuxtlabs/nuxt-ui-vue-starter](https://github.com/nuxtlabs/nuxt-ui-vue-starter) template with Nuxt UI v3 pre-configured. Create a new project locally by running the following command: ```bash [Terminal] -npx nuxi init -t github:nuxtlabs/nuxt-ui3-vue-starter +npx nuxi init -t github:nuxtlabs/nuxt-ui-vue-starter ``` ::note