diff --git a/src/content/docs/en/guides/upgrade-to/v6.mdx b/src/content/docs/en/guides/upgrade-to/v6.mdx
index 7b0f233717802..692fb8a60f508 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
```