From 1588ea44b2f59b1fc38be519687c9c8a821ba6a1 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 05:05:55 -0300
Subject: [PATCH] Update Readme.md

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

diff --git a/Readme.md b/Readme.md
index bcd1668e..925ac7e8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -35,7 +35,7 @@ Example usage:
 
 You can also add it to upcoming builds of an existing application:
 
-  $ heroku config BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git
+    $ heroku config BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git
 
 The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory.
 
-- 
GitLab