diff --git a/README.md b/README.md
index 7f6e9636bcb343e4b7ae8258d9af5894c9fa545f..a60c83f857f9e605c880b688888565cf3fdc6486 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ work in progress
 ## GeoNetwork With Vagrant and ansible
 1. Set your nodes' IP address in [VagrantFile](vagrant/geonetwork/Vagrantfile).
 Inside this file, edit your network setting (as DNS nameserver: if your host machine is on a corporate network, your network administrator may have set rules about using DNS servers. In this case, your network allows only your company's DNS. Please edit them in the settings section *and* in provision shell in vagrantFile. If this is not the case (i.e. no DNS rules), please assign "false" to the COMPANY_NETWORK_DNS_RULE variable.
-2. in cli : start a geonetwork vm form this directory : vagrant/geonetwork](vagrant/geonetwork) :
+2. in cli : start a geonetwork vm form this directory : [vagrant/geonetwork](vagrant/geonetwork) :
 	```shell
 	vagrant up
 	```