Commit 6ef93693 authored by Ed Morley's avatar Ed Morley

Use the shorthand buildpack notation in the README example

https://devcenter.heroku.com/articles/buildpacks#officially-supported-buildpacks
parent 69b8b253
...@@ -15,7 +15,7 @@ Deploying a Python application couldn't be easier: ...@@ -15,7 +15,7 @@ Deploying a Python application couldn't be easier:
$ ls $ ls
Procfile requirements.txt web.py 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 $ git push heroku master
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment