From 8b112cc8d0a545d24d063fb40e58fb4d6071f3a7 Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Wed, 12 Mar 2025 22:57:33 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1e32efdb..2a95bbaea0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Read more on [ui2.nuxt.com](https://ui2.nuxt.com) ## Installation ```bash -npx nuxi@latest module add ui +npx nuxi@latest module add ui@2 ``` ## Documentation From 8a185f315161691c485473ee5c4e260d48ea9ef4 Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Wed, 12 Mar 2025 22:59:02 +0100 Subject: [PATCH 2/2] Update 2.installation.md --- docs/content/1.getting-started/2.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 683522259c..3880c3702a 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -10,7 +10,7 @@ description: 'Learn how to install and configure Nuxt UI in your application.' 1. Add `@nuxt/ui` module to your project: ```bash -npx nuxi@latest module add ui +npx nuxi@latest module add ui@2 ``` 2. Add it to the `modules` section in your `nuxt.config.ts`: