Commit d8fbb5b0 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #228 from heroku/jkutner-patch-1

Update README.md
parents d3952c3e 02b34694
...@@ -195,10 +195,10 @@ To make changes to this buildpack, fork it on Github. Push up changes to your fo ...@@ -195,10 +195,10 @@ To make changes to this buildpack, fork it on Github. Push up changes to your fo
heroku create --buildpack <your-github-url> heroku create --buildpack <your-github-url>
# Configure an existing Heroku app to use your buildpack # Configure an existing Heroku app to use your buildpack
heroku buildpack:set <your-github-url> heroku buildpacks:set <your-github-url>
# You can also use a git branch! # You can also use a git branch!
heroku buildpack:set <your-github-url>#your-branch heroku buildpacks:set <your-github-url>#your-branch
``` ```
## Testing ## Testing
......
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