diff --git a/Readme.md b/Readme.md
index 576d93121ed3f2333e0b0c4926da5ce23830ae65..9294cec578668bdcb3a2cc4e50b46e64074d4a05 100644
--- a/Readme.md
+++ b/Readme.md
@@ -17,8 +17,8 @@ Example usage:
     $ git push heroku master
     ...
     -----> Python app detected
-    -----> Preparing runtime (python-2.7.8)
-    -----> Installing dependencies using Pip (1.5.6)
+    -----> Installing runtime (python-2.7.8)
+    -----> Installing dependencies using pip
            Downloading/unpacking requests (from -r requirements.txt (line 1))
            Installing collected packages: requests
            Successfully installed requests