diff --git a/README.md b/README.md
index e2b6d95cd9f5b763bd12496e5d5a68851d51b08f..8cc918aebc582fab810b60fdbd8184ec0dfa2e21 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ $ wstool update
 IRI dependencies (needed for compiling packages developed at IRI):
 
 ```bash
-$ wstool merge http://www.iri.upc.edu/people/sfoix/iri-core.rosinstall
+$ wstool merge http://www.iri.upc.edu/people/sfoix/iri-dependencies.rosinstall
 $ wstool update
 ```
 
@@ -58,6 +58,7 @@ Your *src* folder should look like this:
   idress_user_perception
   idress_wam_interpreter
   iri_core
+  iri_wam_common_msgs
 ```
 
 Each package belongs to a separate Git repository. By default, there are two branches within each of the repositories: one called **master** and another one called **mock**. Both branches are protected and maintained by IRI (Although if required, this can be changed). The **master** branch is the one used for keeping the *stable* version of the code. The **mock** branch is created in case that the developers want to carry out mock tests.