From d69021804dee143102177fba68ce67ff42838f5b Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sun, 16 Aug 2015 17:32:48 +0200
Subject: [PATCH] Use tabs instead of spaces

To do not indent the code
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 474280c3c..04352021c 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ gradle wrapper.
 
 Once you have checked out the version you wish to build, run:
 
-        cd F-Droid
-        gradle assembleRelease
+	cd F-Droid
+	gradle assembleRelease
 
 The resulting apk will be in `build/outputs/apk/`.