diff --git a/README.md b/README.md
index c7d0d413b5c9ec49001b5af32b47ee3bad92fb8a..7f6e9636bcb343e4b7ae8258d9af5894c9fa545f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ Acutally, this project does :
 	* [Your own computer using as many virtual machine you want using Vagrant & ansible](#deploy-cluster-hdfs-with-multiple-vms)
 	* [multiple servers using ansible](#deploy-cluster-hdfs-on-servers)
 3. Deploy a geonetwork as metadata system management
-	* [Your own computer using a virtual machine with Vagrant & ansible provision]
+	* [Your own computer using a virtual machine with Vagrant & ansible provision](#geonetwork-with-vagrant-and-ansible)
+	* [deploy on a server](#geonetwork-on-erver)
 
 **Prod Environment** : Deploy a mononode HDFS on a server using ansible 
 **Sandbox Environment**: Deploy a mononode HDFS on a VM from Vagrant & Ansible
@@ -124,7 +125,7 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
 work in progress
 
 # Deploy GeoNetwork
-## With Vagrant and ansible
+## 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) :
@@ -132,7 +133,8 @@ Inside this file, edit your network setting (as DNS nameserver: if your host mac
 	vagrant up
 	```
 3. On your own computer, using a webrowser, go on http://10.0.0.9:8080/geonetwork (if IP address as default)
-## On server
+
+## GeoNetwork On server
 work in progress
 
 ## License