diff --git a/tutorial/3-4-develop-cth.md b/tutorial/3-4-develop-cth.md
index e4525b9361bf2aa3976b5a29d83ed4897cded6ab..bb842658ba431b032e97a09c33c47d049c2fcfbe 100644
--- a/tutorial/3-4-develop-cth.md
+++ b/tutorial/3-4-develop-cth.md
@@ -37,9 +37,9 @@ run script `./expose_ingress_grpc.sh`
 
 to test:
 sudo apt-get install nmap
-nmap -p 1010 147.0.0.1  # test if context is reachable
+nmap -p 1010 127.0.0.1  # test if context is reachable
 should retrieve something like:
-$ nmap -p 1010 147.0.0.1
+$ nmap -p 1010 127.0.0.1
 Starting Nmap 7.80 ( https://nmap.org ) at 2022-07-29 15:06 UTC
 Nmap scan report for localhost (127.0.0.1)
 Host is up (0.00035s latency).