Commit affaea1a authored by Reto Aebersold's avatar Reto Aebersold

chore(README): Fix npm@next buildpack url

parent b659a6ce
...@@ -43,7 +43,7 @@ Soon, you'll be able to specify an npm version alongside your node version (engi ...@@ -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: 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 commit -am 'npm@next' --allow-empty
git push heroku master 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