diff --git a/Readme.md b/Readme.md index f761e1e..87040d3 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ Example usage: $ ls Procfile requirements.txt web.py - $ heroku create --stack cedar --buildpack git@github.com:nzoschke/heroku-buildpack-python.git + $ heroku create --stack cedar --buildpack git@github.com:heroku/heroku-buildpack-python.git $ git push heroku master ...