From 960dfdf3377d06ac16e83fabcf06a0d25d8249ea Mon Sep 17 00:00:00 2001
From: Felix Agner <felix.agner@control.lth.se>
Date: Tue, 17 Oct 2023 08:51:19 +0200
Subject: [PATCH] Update readme

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 58f525b..f9c1589 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
-- 
GitLab