reference self

This commit is contained in:
Noah Zoschke
2011-11-04 10:12:40 -07:00
parent 16d651ce32
commit 7502ee0583
+1 -1
View File
@@ -12,7 +12,7 @@ Example usage:
$ ls
Procfile requirements.txt web.py
$ heroku create --stack cedar --buildpack git@github.com:heroku/heroku-buildpack-python.git
$ heroku create --stack cedar --buildpack git@github.com:nzoschke/heroku-buildpack-python.git
$ git push heroku master
...