From b2e12f9ec8fbf576c08fa4942a019016bec1c166 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Feb 2016 15:52:59 -0500
Subject: [PATCH] Update Readme.md

---
 Readme.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index 04c90c62..91daa4c8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier:
     -----> Discovering process types
            Procfile declares types -> (none)
 
-You can also add it to upcoming builds of an existing application:
+A `requirements.txt` file must be present at the root of your application's repository.
+
+You can also specify the latest production relase of this buildpack for upcoming builds of an existing application:
 
     $ heroku buildpacks:set heroku/python
 
-A `requirements.txt` file must be found at the root of your application's repository.
+
 
 Specify a Python Runtime
 ------------------------
-- 
GitLab