From 571b9292a928511369add143497c9c15719b64c9 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Thu, 20 Nov 2014 11:17:51 +0100
Subject: modif de code example dans les readme

---
 Services/mariadb/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'Services/mariadb')

diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 9f41adf..6d858e7 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -12,13 +12,13 @@ This container run mariadb on fedora server.
 ### Building docker image
 Copy the sources to your docker host 
 
-        mkdir startx-docker-images; 
-        cd startx-docker-images;
-        git clone https://github.com/startxfr/docker-images.git .
+	mkdir startx-docker-images; 
+	cd startx-docker-images;
+	git clone https://github.com/startxfr/docker-images.git .
 
 and build the container
 
-        docker build -t sv-mariadb Services/mariadb/
+	docker build -t sv-mariadb Services/mariadb/
 
 ### Running local image
 
-- 
cgit v1.2.3