summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!