diff --git a/scripts/walkthroughtutorial.md b/scripts/walkthroughtutorial.md
index 5398617c3..2711ccd93 100644
--- a/scripts/walkthroughtutorial.md
+++ b/scripts/walkthroughtutorial.md
@@ -50,13 +50,11 @@ To connect to your new Langflow VM, follow these steps:
or
3. Run the following command to store the VM's IP in a variable called `LANGFLOW-IP`:
```bash
-export LANGFLOW-IP=$(gcloud compute instances list --filter="NAME=langflow-dev" --format="value(EXTERNAL_IP)")
+export LANGFLOW_IP=$(gcloud compute instances list --filter="NAME=langflow-dev" --format="value(EXTERNAL_IP)")
-echo http://$LANGFLOW-IP:8080
+echo http://$LANGFLOW_IP:8080
```
-
-
4. You will be greeted by the Langflow Dev environment
Congratulations! You have successfully deployed Langflow on Google Cloud Platform.