From 27bc215183aa01054d3e484347406f5a6d555015 Mon Sep 17 00:00:00 2001
From: Chukwuemeka Muonagor <c.muonagor@tu-braunschweig.de>
Date: Tue, 30 Jan 2024 16:20:31 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8ae6553..71287cc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
 # Installing and managing requirements with venv
 
 1. Create a new virtual environment (.venv) (Only required for the first time)
@@ -27,10 +26,12 @@
     ```
     python3 start.py "IP.AD.DRE.SS"
     ```
+
 Example, assuming that the IP of your machine is 192.168.56.1:
     ```
     python3 start.py 192.168.56.1
     ```
+    
 It creates six terminals, the first four host the APIs that the IBI would be communicating with.
 
 You would be faced with the sixth terminal which is where the intent manager runs and gives out information.
-- 
GitLab