Skip to content

Commit

Permalink
buffer -> bin
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 20, 2011
1 parent 46e7c07 commit 8a03ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install with [npm](http://github.com/isaacs/npm):
### Mapping mime-type to extension

mime.extension('text/html'); // => 'html'
mime.extension('application/octet-stream'); // => 'buffer'
mime.extension('application/octet-stream'); // => 'bin'

### Determining charsets

Expand Down

0 comments on commit 8a03ecc

Please sign in to comment.