From 0ad18d0a7a0213b1743995bfc1340ea1d600ff12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 12 Mar 2025 15:39:52 +0100 Subject: [PATCH] docs(installation): rename template to ui --- docs/content/1.getting-started/2.installation/1.nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/2.installation/1.nuxt.md b/docs/content/1.getting-started/2.installation/1.nuxt.md index aec3af56..386199f6 100644 --- a/docs/content/1.getting-started/2.installation/1.nuxt.md +++ b/docs/content/1.getting-started/2.installation/1.nuxt.md @@ -113,7 +113,7 @@ Start your project using the [nuxt/starter#ui3](https://github.com/nuxt/starter/ Create a new project locally by running the following command: ```bash [Terminal] -npx nuxi init -t ui3 +npx nuxi init -t ui ``` ::note