diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 9a814b9c82fe0935902fd40e7e57b2e53e4cc55b..fc87910c303e34b233dd5dac3d80135e050e98a3 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -525,7 +525,7 @@ On UE's PC, you use the commands below:
 
 On 5GC's PC, you use the commands below:
 
-> docker exec -t oai-ext-dn iperf3 -c <UE-IP-address> -t60 -B 192.168.70.145 -i1
+> docker exec -t oai-ext-dn iperf3 -c "UE-IP-address" -t60 -B 192.168.70.145 -i1
 
 **Step 7:** iperf test UE 2 (Open a new terminal):
 
@@ -537,4 +537,4 @@ On UE's PC, you use the commands below:
 
 On 5GC's PC, you use the commands below:
 
-> docker exec -t oai-ext-dn iperf3 -c <UE-IP-address> -t60 -B 192.168.70.145 -i1
+> docker exec -t oai-ext-dn iperf3 -c "UE-IP-address" -t60 -B 192.168.70.145 -i1