# HG changeset patch
# User Daniel Jowett <daniel@jowettenterprises.com>
# Date 1413988866 -3600
#      Wed Oct 22 15:41:06 2014 +0100
# Node ID 9eb0add807914354bf21911e678ae63cc5eb6e95
# Parent  e9b38c4508fae5e7751002f26973903989357b88
Update README.md

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
 
 There is no release of this egg, you will rather want to check it out:
 
-  git clone https://github.com/simplejson/simplejson.git --branch python2.2
+    git clone https://github.com/simplejson/simplejson.git --branch python2.2
 
 Add install it in your old python:
 
-  python2.2 setup.py install
+    python2.2 setup.py install
 
 Any features missing from the mainline version need to be coded in by hand. 
 I hope this is useful, it should be better than starting from scratch!