From c4f41a7da9f88917a4ee2fa86c79987fc8a16f8b Mon Sep 17 00:00:00 2001
From: Robert Wilkins III <1147229+genome21@users.noreply.github.com>
Date: Thu, 20 Apr 2023 03:11:30 +0000
Subject: [PATCH] remove input tag
---
scripts/walkthroughtutorial.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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.