Update README to reflect new buildpack:set usage.

This commit is contained in:
Joel Watson
2015-04-15 15:45:09 -05:00
parent 7074d5cb50
commit 92b4385890
+1 -1
View File
@@ -28,7 +28,7 @@ Example usage:
You can also add it to upcoming builds of an existing application:
$ heroku config:add BUILDPACK_URL=git://github.com/heroku/heroku-buildpack-python.git
$ heroku buildpack:set git://github.com/heroku/heroku-buildpack-python.git
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root.