From c84e35aa7a6e3c35aacb0ea12ef3292c228b597a Mon Sep 17 00:00:00 2001
From: Connor Denihan <188690869+cdenihan@users.noreply.github.com>
Date: Tue, 26 May 2026 21:35:35 -0400
Subject: [PATCH] Update directory reference for Railway project setup
---
content/guides/astro.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
```