If you want to use this module directly without browserify, install it:
-```
+```bash
npm install buffer
```
+
## usage
As mentioned before, when you `require('buffer')` or use the `Buffer` global in [browserify](http://github.com/substack/node-browserify), this module will automatically
If you're depending on this module explicitly, then require it like this:
-```
+```js
var Buffer = require('buffer/').Buffer // use the npm module, not the core module!
```