From 25b28af19ddeffdf88625f9ef3d177ae3883a315 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 19 Feb 2016 15:39:05 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 77f0811d..4246d168 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ Example usage: $ ls Procfile requirements.txt web.py - $ heroku create --buildpack heroku/python + $ heroku create --buildpack git://github.com/heroku/heroku-buildpack-python.git $ git push heroku master ... @@ -30,7 +30,7 @@ Example usage: You can also add it to upcoming builds of an existing application: - $ heroku buildpacks:set git://github.com/heroku/heroku-buildpack-python.git + $ heroku buildpacks:set heroku/python The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. -- GitLab