From 1224a133f09c7e5324b840e2b1f08e65e7b6ef9c Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 25 Jun 2024 12:22:10 +0200 Subject: [PATCH] small typos --- WORKSHOPSETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSHOPSETUP.md b/WORKSHOPSETUP.md index 6d6cf51..cdf6222 100644 --- a/WORKSHOPSETUP.md +++ b/WORKSHOPSETUP.md @@ -51,11 +51,11 @@ Run the `run_client` script: # ... ``` -> #### 📢 **Don't lose your generated address**
+> #### 📢 **Check your IP**
>Check that your `LOCAL IP` in the output is correct, and if not, re-run the script with -the LOCALfIP environment variable: +the LOCALIP environment variable: > ```shell -> LOCALIP=192.168.50.46 ./run_client.sh +> LOCALIP=192.168.88.46 ./run_client.sh > ``` >