Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ unbuffered stream of `"data"` events when you send down a content-type of
You can do:

````javascript
var bundle = browserify({
require : { http : 'http-browserify' }
});
var bundle = browserify()
.require('http-browserify', { expose: 'http' });
````

in order to map "http-browserify" over `require('http')` in your browserified
Expand Down