Use the shorthand buildpack notation in the README example

https://devcenter.heroku.com/articles/buildpacks#officially-supported-buildpacks
This commit is contained in:
Ed Morley
2016-02-29 18:30:47 +00:00
parent 69b8b25322
commit 6ef93693c5
+1 -1
View File
@@ -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
...