Skip to content

Commit

Permalink
Merge pull request heroku#228 from heroku/jkutner-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hunterloftis committed May 6, 2015
2 parents d3952c3 + 02b3469 commit d8fbb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
# 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!
heroku buildpack:set <your-github-url>#your-branch
heroku buildpacks:set <your-github-url>#your-branch
```

## Testing
Expand Down

0 comments on commit d8fbb5b

Please sign in to comment.