diff --git a/README.md b/README.md
index 9c3c71c22f8da4408f481b018e79ec860238722a..b63ba25c5378eb9c333819d6df40fb435eeee032 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,16 @@ Here is a fast install procedure to run the simulator :
 
 3-Create an OMNet++ project 
 - Choose "Empty Project with src and simulations folders"
-- delete a "package.ned" file that has been generated in the project 
+- Delete a "package.ned" file that has been generated in the project 
 - In the src folder -> Import code file system by selecting the local src folder that contains the gitlab code 
 
 4-Build your project 
 - click right on the package -> Build Project 
 
 5-Run a simulation 
-- click right on the package 
-- choose the src/omnetpp.ini as configuration file 
-- you are now able to run multiple simulations with different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...)
+- Click right on the package -> Run As-> Run Simulation 
+- Choose the src/omnetpp.ini as configuration file 
+- You are now able to run multiple simulations by choosing different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...)
 
 Enjoy ! 
 The STF589 teams