diff --git a/README.md b/README.md
index 7600493..942cf49 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,26 @@
 # This is can control module application for cource work 7166CEM
 # pls folllow these steps to run application
- Steps:
- clone this repository
- Enter command cmake .
- Enter command camke --build .
- steup virtual socket can using following command
-./setup_vcan.sh
- canplayer -I candump.log
-candump vcan0 to check loging values
- go into bin folder
- run main.exe
+ 1>Steps:
+ 2>clone this repository
+ 3>Enter command cmake .
+ 4>Enter command camke --build .
+ 5>steup virtual socket can using following command
+6>./setup_vcan.sh
+ 7>canplayer -I candump.log
+8>candump vcan0 to check loging values
+ 9>go into bin folder
+ 10?run main.exe
 #----------------------------
 
 # To run main_test.exe
- pls follow these steps
- go to src/main_test.c
- you can edit data in accordance with the values you wan to test.
- cmake .
-cmake --build .
- In /bin run main.exe 
- In /bin run main_test.exe
- press ctrl + Z to get out of the application.
+ 1>pls follow these steps
+ 2>go to src/main_test.c
+ 3>you can edit data in accordance with the values you wan to test.
+ 4>cmake .
+5>cmake --build .
+ 6>In /bin run main.exe 
+ 7>In /bin run main_test.exe
+ 8>press ctrl + Z to get out of the application.
 #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>