From 4576f50c332e7234b6621547ed5b16f6848c0db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Ortu=C3=B1o?= Date: Tue, 21 Apr 2026 10:26:50 +0200 Subject: [PATCH] Remove beta flag form installing command --- docs/content/docs/1.getting-started/2.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/1.getting-started/2.installation.md b/docs/content/docs/1.getting-started/2.installation.md index 5b3f1766..1245b9f8 100644 --- a/docs/content/docs/1.getting-started/2.installation.md +++ b/docs/content/docs/1.getting-started/2.installation.md @@ -8,7 +8,7 @@ description: Learn how to create a Nuxt Scripts project or add it to your curren To get started, simply run: ```bash -npx nuxi@latest module add scripts@beta +npx nuxi@latest module add scripts ``` > [!TIP]