From 78ec63b0e54a75aa504ae480b71804b328ff72c0 Mon Sep 17 00:00:00 2001
From: Decoupes Remy <remy.decoupes@irstea.fr>
Date: Thu, 13 Feb 2020 13:45:12 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a60c83f..820abff 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
 
 This project aims to deploy a datalake and its ecosystem using  **[Ansible](https://docs.ansible.com/)** and/or **[Vagrant](https://www.vagrantup.com/)**.
 
-Acutally, this project does :
-1. Deploy a mono-node HDFS on :
+Acutally, this project does (you have to choose if you want 1 single HDFS or a cluster HDFà :
+* Deploy a mono-node HDFS on :
 	* [Your own computer using a virtual machine with Vagrant & ansible provision](#deploy-mono-node-hdfs-on-a-vm)
 	* [a server using ansible](#deploy-mono-node-hdfs-on-a-server)
-2. Deploy a cluster HDFS on :
+* Deploy a cluster HDFS on :
 	* [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
+* Deploy a geonetwork as metadata system management
 	* [Your own computer using a virtual machine with Vagrant & ansible provision](#geonetwork-with-vagrant-and-ansible)
 	* [deploy on a server](#geonetwork-on-erver)
 
-- 
GitLab