diff --git a/ReadMe.md b/ReadMe.md
index 0edaca420678b29b5c90f606ef2a304a8d76230f..4a70f50ae158014bae2490531fd2c5c8fffe865d 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -18,12 +18,14 @@ On the following image is shown a pan&tilt and its controller:
 
 ## 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-ptu-d46-dev ```
 
 ## Disclaimer  
@@ -129,9 +131,9 @@ and it is also necessary to link with the desired libraries by using the followi
 ## Examples
 
 There are three examples:
- * _test\_ptu\_d46_ where the pan&tilt unit is moved to an absolute angle.
- * _test\_ptu\_d46\_speed where the pan&tilt unit is moved on torque mode.
- * _test\_sequence_ where the pan%tilt unit is moved following a trajectory.
+ * _test\_ptu\_d46_ where the pan&tilt unit is controlled on absolute angle mode.
+ * _test\_ptu\_d46\_speed where the pan&tilt unit is controlled on torque mode.
+ * _test\_sequence_ where the pan&tilt unit is controlled following a trajectory.
 
 </p>
 </details>