summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcassiobotaro <cassiobotaro@gmail.com>2015-12-21 09:29:01 -0200
committercassiobotaro <cassiobotaro@gmail.com>2015-12-21 09:29:01 -0200
commit5a771c591c2337404febcf99506ad635bec46e70 (patch)
tree34ff180e2eb8c41f547163b028a920d95fe5929c
parent3efcd76f6e29b2d468b43033e0d2a976663c39ca (diff)
downloadbottle-5a771c591c2337404febcf99506ad635bec46e70.tar.gz
Fix version typo in README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a7a4102..18fac3d 100644
--- a/README.rst
+++ b/README.rst
@@ -65,7 +65,7 @@ Download and Install
.. __: https://github.com/bottlepy/bottle/raw/master/bottle.py
-Install the latest stable release with ``pip install bottle``, ``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.6+ and 3.1+**.
+Install the latest stable release with ``pip install bottle``, ``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.6+ and 3.2+**.
License