diff --git a/README.md b/README.md
index 8ae65531d8f16a06450fca820867b810d7320bb1..71287cc2b9dbae01b770b1bab2b64483a92b925c 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.