Skip to content
Snippets Groups Projects
Commit 6ef93693 authored by Ed Morley's avatar Ed Morley
Browse files

Use the shorthand buildpack notation in the README example

https://devcenter.heroku.com/articles/buildpacks#officially-supported-buildpacks
parent 69b8b253
No related branches found
No related tags found
No related merge requests found
...@@ -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
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment