diff --git a/README.md b/README.md index 26c4f4f..14a1ecf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project uses **PM2** (via Bun) to stay online 24/7. The app runs on port `4 | Action | Command | Description | | :--- | :--- | :--- | | **Check Status** | `bun status` | See if the site is online/how much memory it's using. | -| **Update Site** | `bun deploy` | Pulls latest code, builds, and restarts the server. | +| **Update Site** | `bun run deploy` | Pulls latest code, builds, and restarts the server. | | **Stop Server** | `bun stop` | Shuts down the site (use for maintenance). | | **View Logs** | `bun logs` | See real-time errors or console output (Ctrl+C to exit). |