From 31d3a8e78d295eb17d53fc74f4c81feb75cf38e5 Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Tue, 4 Jun 2019 00:00:53 +0200
Subject: [PATCH] Update README

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

diff --git a/README.md b/README.md
index b4cbf64..c9b3d91 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,8 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
 
 5. Create manifest yaml file
 
-Create a file `manifest.yaml` at the root directory of your git repository and fill it with the following definition.
-> Keep in mind that yaml formating require that you seperate each declaration with `---` line.
+    Create a file `manifest.yaml` at the root directory of your git repository and fill it with the following definition.
+    > Keep in mind that yaml formating require that you seperate each declaration with `---` line.
 
     * PostgreSQL Server
         In order to deploy a Postgresql server we need :
-- 
GitLab