summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jowett <daniel@jowettenterprises.com>2014-10-22 15:41:06 +0100
committerDaniel Jowett <daniel@jowettenterprises.com>2014-10-22 15:41:06 +0100
commit7cd9839ec3b529dcf8ddb08c8a684fb8c8ba5bf3 (patch)
tree00bc96566d367add3b013759c1479809f0cbb92f
parent44b190d4b645a6fd85bdfca5c4ad22517f0a8d76 (diff)
downloadsimplejson-python2.2.tar.gz
Update README.mdpython2.2
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cee5613..ceeb299 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ This branch is for use in extreme situations where you cannot upgrade from Pytho
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!