diff --git a/content/guides/astro.md b/content/guides/astro.md
index 049a2f9ca..f400cfc93 100644
--- a/content/guides/astro.md
+++ b/content/guides/astro.md
@@ -157,7 +157,7 @@ It is highly recommended that [you eject from the template after deployment](/te
1. **Install the Railway CLI**:
- Install the CLI and authenticate it using your Railway account.
2. **Initialize a Railway Project**:
- - Run the command below in your Vue app directory.
+ - Run the command below in your Astro app directory.
```bash
railway init
```