diff --git a/README.md b/README.md
index 58f525bf245fa9e4d1c800995e4eb2b0f7dc8326..f9c1589885b96baf24ee57b0fdd3084587915483 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,12 @@ end
 ```
 
 ### Network
-The omnibots automatically connect to the router named "robotlab". You can connect to the omnibots via this router, IP `130.235.83.171`. Use port `90XX` to rout to bot number `XX`, e.g. `9006` routs to bot number 6.
+The omnibots automatically connect to the router named "robotlab". You can connect to the omnibots via this router, IP `130.235.83.171`. Use port `90XX` to rout to bot number `XX`, e.g. `9006` routs to bot number 6. In the example above you would use
+```
+HOST = "130.235.83.171"
+PORT = 9006
+```
+to connect to bot number 6.
 
 
 ## Support