From d767cf98b462e2ab0409620ce76948fd580e0a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20Gr=C3=B8dem?= <29732646+oddgrd@users.noreply.github.com> Date: Mon, 12 May 2025 12:46:26 +0200 Subject: [PATCH] docs: update Shuttle deployment docs (#604) --- docs/shuttle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shuttle.md b/docs/shuttle.md index 6987829..99354c7 100644 --- a/docs/shuttle.md +++ b/docs/shuttle.md @@ -26,10 +26,10 @@ Shuttle has out-of-the-box support for Actix Web. Follow these steps to host you cargo install cargo-shuttle ``` -4. Create your project on the Shuttle platform: +4. Login to Shuttle ```sh -shuttle project start +shuttle login ``` 5. Deploy! 🚀