Commit 171d1be4 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #145 from aeby/patch-1

chore(README): Fix npm@next buildpack url
parents b659a6ce affaea1a
......@@ -43,7 +43,7 @@ Soon, you'll be able to specify an npm version alongside your node version (engi
For now, if you'd like to test out the latest version of npm, you can use the #npm-next branch:
```
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-node#npm-next
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#npm-next
git commit -am 'npm@next' --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