diff --git a/Readme.md b/Readme.md index e0e10e2474f102cf2abbffbbb083d400596851b5..b40c86b5638f4fe7b8bdd7cfbee910f9849f5742 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ Deploying a Python application couldn't be easier: $ ls Procfile requirements.txt web.py - $ heroku create --buildpack git://github.com/heroku/heroku-buildpack-python.git + $ heroku create --buildpack heroku/python $ git push heroku master ...