Commit 34cffc9b authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #209 from mlynch/patch-1

fix(README): heroku buildpack:set not config:set
parents f4c7f0fa 3e564ef1
......@@ -39,7 +39,7 @@ For most Node.js apps this buildpack should work just fine.
If, however, you're unable to deploy using this new version of the buildpack, you can get your app working again by locking it to the previous version:
```
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#v63 -a my-app
heroku buildpack:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#v63 -a my-app
git commit -am "empty" --allow-empty
git push heroku master
```
......
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