From dfda53fa20d89d7fe477e195aafe8bd82af3975a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 26 Feb 2025 19:37:59 +0100 Subject: [PATCH] docs: rename ui3 to ui in vue starter --- docs/content/1.getting-started/2.installation/2.vue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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