From fe606220b6324c99f9467b091f011b6d73dc06ad Mon Sep 17 00:00:00 2001
From: Doina Cristina Aiftimiei <cristina.aiftimiei@cnaf.infn.it>
Date: Wed, 25 Nov 2015 16:07:59 +0100
Subject: [PATCH] New updated Readme.md

---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b8ef5a2..611dc73 100644
--- a/README.md
+++ b/README.md
@@ -59,17 +59,18 @@ If any of these settings are undefined or not properly set, your deployment may
 
 ### Site configuration
 The second step is to configure the manifest file with specific settings pointing to your installation. 
-In this module, the `examples` directory contains sample 'site.pp' file according to your deployment.
-These configuration options include Service variables and node-specific configuration settings.
+In this module, the `examples` directory contains a sample 'site.pp' file that can be updated according to your deployment.
+The configuration options present in this file include Service variables and node-specific configuration settings.
 If any of these settings are undefined or not properly set, your deployment may fail.
 
-### Node balancing
+### Nodes balancing
 
-In order to balance requests across the different nodes, HAproxy and Keepalived have to be configured properly. Make sure also that node hostname con be asily resolved.
+In order to balance requests across the different nodes, HAproxy and Keepalived have to be configured properly. 
+Make sure also that nodes hostnames con be easily resolved to the corresponding IPs, both direct and reverse.
 
 ## References
 
-In order to devop and test the module and its components, the following official guides and sites have been considered:
+In order to develop and test the module and its components, the following official guides and web-pages have been considered:
 * [OpenStack installation guide (Ubuntu 14.04)](http://docs.openstack.org/juno/install-guide/install/apt/content/)
 * [OpenStack High Availability Guide](http://docs.openstack.org/ha-guide/)
 * [Puppetlabs](https://docs.puppetlabs.com/)
-- 
GitLab