Update Readme.md

This commit is contained in:
2016-02-19 15:27:02 -05:00
parent df02e34a5b
commit 767af30453
+1 -1
View File
@@ -14,7 +14,7 @@ Example usage:
$ 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
...