diff --git a/Readme.md b/Readme.md
index 8ef092d1629c99be8938711441720107f08b0d4d..02a8cb6f7cc8824aaa7fcbf309098b470ce38a07 100644
--- a/Readme.md
+++ b/Readme.md
@@ -44,12 +44,12 @@ Specify a Runtime
 You can also provide arbitrary releases Python with a `runtime.txt` file.
 
     $ cat runtime.txt
-    python-3.3.3
+    python-3.4.0
 
 Runtime options include:
 
 - python-2.7.6
-- python-3.3.3
+- python-3.4.0
 - pypy-1.9 (experimental)
 
 Other [unsupported runtimes](https://github.com/kennethreitz/python-versions/tree/master/formula) are available as well.