diff --git a/ReadMe.md b/ReadMe.md
index b3c4adcfcb530596ceee1b9831b32d8697692153..66fdc40212c6bffad7fea53c7fe7239164a38f10 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -14,12 +14,14 @@ This driver offers a c++ wrapper to control a pan&tilt unit build with two [dyna
 
 ## Installation
 
-If the labrobotica's repository was already added to your computer, it's only necessary the third command:
+* Add the labrobotica repository if it is not already added:
 
 ``` sudo sh -c 'echo "deb [arch=amd64] http://147.83.76.226/~irilabo/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ```
 
 ``` wget -O - http://147.83.76.226/~irilabo/labrobotica_repo.gpg.key | sudo apt-key add - ```
 
+* Install the package:
+
 ``` sudo apt update && sudo apt install iri-dynamixel-pan-tilt-dev ```
 
 ## Disclaimer  
@@ -126,7 +128,7 @@ and it is also necessary to link with the desired libraries by using the followi
 ## Examples
 
 There is one example called _test\_dynamixel\_pan\_tilt_.
- It's an example code where is printed the configuration information of the Pan&Tilt and is moved on all the possible ways.
+ It's an example code where is printed the configuration information of the Pan&Tilt and is controlled on all the possible ways.
 
 </p>
 </details>