From e261d4130132fe7ee19f77f14a92c2003a3e112a Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 6 May 2015 02:22:38 -0400
Subject: [PATCH] README.md tweaks.

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 280482b7..274b80b1 100644
--- a/README.md
+++ b/README.md
@@ -150,7 +150,7 @@ How do I navigate this source directory?
 * [version.lisp-expr](version.lisp-expr)
     * The current version. Bumped up every time the code changes, using:
 
-        ./tools/asdf-builder bump
+          ./tools/asdf-builder bump
 
 * [doc/](doc/)
     * documentation for ASDF, including:
@@ -159,7 +159,7 @@ How do I navigate this source directory?
         * [Makefile](doc/Makefile) -- how to build the manual
         * [cclan.png](doc/cclan.png) [lisp-logo120x80.png](doc/lisp-logo120x80.png)
           [style.css](doc/style.css) [favicon.ico](doc/favicon.ico)
-		-- auxiliaries of [index.html](doc/index.html)
+	  -- auxiliaries of [index.html](doc/index.html)
 
 * [test/](test/)
     * regression test scripts (and ancillary files) for developers to check
@@ -170,7 +170,7 @@ How do I navigate this source directory?
     * a few contributed files that show case how to use ASDF.
 
 * [debian/](debian/)
-	files for packaging on debian, ubuntu, etc.
+    * files for packaging on debian, ubuntu, etc.
 
 * [build/](build/)
     * where the `Makefile` and `asdf-tools` store their output files, including
-- 
GitLab