Skip to content

Commit

Permalink
Merge branch 'master' of github.com:heroku/heroku-buildpack-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed May 8, 2015
2 parents 32840b3 + d8fbb5b commit 97f6717
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 97f6717

Please sign in to comment.