From 79e68db599386b9ce534b52a895589dd94eaec17 Mon Sep 17 00:00:00 2001
From: Christophe Roger <darwiinc@live.fr>
Date: Wed, 2 Nov 2016 14:42:54 +1100
Subject: Updated readme.md

---
 README.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index dfd3013..38b6bce 100755
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle
 
 ### Construct the header
 
-Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name`and `\tagline`.
+Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name` and `\tagline`.
 
 ```latex
 % Define author's name
@@ -41,7 +41,7 @@ Outside of the `\socialinfo` wrapper you have to define the mandatory parameters
 \tagline{Chef de projet IT}
 ```
 
-Most social network have their command to render a clickable link or simple text label.
+Most social network have their command to render a clickable link or a simple text entry.
 
 ```latex
 % Render author's linked-in (optional)
@@ -61,7 +61,7 @@ Most social network have their command to render a clickable link or simple text
 \email{christophe.roger@mail.com}
 ```
 
-The command above must be integrated in the `\socialinfo` wrapper. You are free to add `\\` when you want to force a new line.
+Put these command in the `\socialinfo` wrapper. Feel free to add `\\` when you want to force a new line.
 
 ```latex
 \socialinfo{
@@ -75,6 +75,12 @@ The command above must be integrated in the `\socialinfo` wrapper. You are free
 }
 ```
 
+Use the `\makecvheader`commabd to generate the header.
+
+```latex
+\makecvheader
+```
+
 ### Construct the _experiences_ section
 
 To describe your experiences you have first to declare the `experiences` environment
-- 
cgit v1.2.3