From b388dc33a5f70864ef9f62e6a6ed9951c122dfd7 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Fri, 21 Nov 2014 13:29:03 +0100
Subject: =?UTF-8?q?modif=20des=20readme,=20correction=20du=20bug=20d'exemp?=
 =?UTF-8?q?le=20d'acc=C3=A8s=20aux=20container.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Services/postgres/README.md | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Services/postgres')

diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 44a9a65..313d67a 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -26,9 +26,11 @@ Build the container
 
 ## Accessing server
 access to the running database
+
 	psql -U postgres -h localhost -p 5432
 
 access to the container itself
+
 	docker exec -it mongo bash
 
 ## Related Resources
-- 
cgit v1.2.3