From 476f80962786a8af5e8e75a653809bf31a5fc546 Mon Sep 17 00:00:00 2001 From: Thomas MENARD <thomas.menard@pasteur.fr> Date: Tue, 4 Jun 2019 09:52:51 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0be9b1e..8c3c666 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio ### 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