From b845f13b32e727506632fa75172438a05630ea4d Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:52:30 +0100 Subject: [PATCH] docs: alpha upgrade command --- src/content/docs/en/guides/upgrade-to/v6.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en/guides/upgrade-to/v6.mdx b/src/content/docs/en/guides/upgrade-to/v6.mdx index 0eef229059da3..b2f17a3704b65 100644 --- a/src/content/docs/en/guides/upgrade-to/v6.mdx +++ b/src/content/docs/en/guides/upgrade-to/v6.mdx @@ -24,19 +24,19 @@ Update your project's version of Astro to the latest version using your package ```shell # Upgrade Astro and official integrations together - npx @astrojs/upgrade + npx @astrojs/upgrade alpha ``` ```shell # Upgrade Astro and official integrations together - pnpm dlx @astrojs/upgrade + pnpm dlx @astrojs/upgrade alpha ``` ```shell # Upgrade Astro and official integrations together - yarn dlx @astrojs/upgrade + yarn dlx @astrojs/upgrade alpha ```