From 2ea1816a4a76c41666f1af97dfb0fbd7c08620b4 Mon Sep 17 00:00:00 2001
From: Quentin <quentin@deuxfleurs.fr>
Date: Thu, 19 Nov 2020 15:36:28 +0100
Subject: [PATCH] fix indent 2

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ff2e52b3..f170f2ca 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ We propose the following quickstart to setup a full dev. environment as quickly
 ```bash
 s3cmd \
   --host 127.0.0.1:3900 \
-	--access_key=GK108acc0d179b13826e54442b \
-	--secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
-	--region=garage \
-	--no-ssl \
-	ls s3://éprouvette
+  --access_key=GK108acc0d179b13826e54442b \
+  --secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
+  --region=garage \
+  --no-ssl \
+  ls s3://éprouvette
 ```
 
 Now you should be ready to start hacking on garage!