This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Node.js apps. If you fork this repository, please **update this README** to explain what your fork does and why it's special.
This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Node.js apps.
If you fork this repository, please **update this README** to explain what your fork does and why it's special.
## Documentation
For more information about using Node.js and buildpacks on Heroku, see these Dev Center articles:
For more information about using this Node.js buildpack on Heroku, see these Dev Center articles:
This buildpack automatically exports node, npm, and any node_modules binaries
...
...
@@ -173,7 +49,9 @@ Having trouble? Dig it? Feature request?
## Hacking
To make changes to this buildpack, fork it on Github. Push up changes to your fork, then create a new Heroku app to test it, or configure an existing app to use your buildpack:
To make changes to this buildpack, fork it on Github.
Push up changes to your fork, then create a new Heroku app to test it,
or configure an existing app to use your buildpack:
```
# Create a new Heroku app that uses your buildpack