From 347d298607b8d45780c5497ade9a52e3f7872161 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Wed, 26 Jun 2019 10:44:06 +0200
Subject: [PATCH] [Misc] Updated Readme with details to Update Docker * Typo2

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0ce664a..40819ac 100644
--- a/README.md
+++ b/README.md
@@ -581,7 +581,7 @@ MySQL:
 		VERSION="9.11.8"; wget http://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-war/${VERSION}/xwiki-platform-distribution-war-${VERSION}.war && sha256sum xwiki-platform-distribution-war-${VERSION}.war && rm xwiki-platform-distribution-war-${VERSION}.war
 		```
 
-  - On Mac, use the following one-liner and replace the value of the `VERSION` variable accordingly:
+	- On Mac, use the following one-liner and replace the value of the `VERSION` variable accordingly:
 
 		```console
 		VERSION="10.11"; wget http://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-war/${VERSION}/xwiki-platform-distribution-war-${VERSION}.war && shasum --algorithm 256 xwiki-platform-distribution-war-${VERSION}.war && rm xwiki-platform-distribution-war-${VERSION}.war
-- 
GitLab