Skip to content

Commit

Permalink
fix require()
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 9, 2012
1 parent 2205205 commit 63e755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ example
=======

``` js
var bufferEqual = require('bufferEqual');
var bufferEqual = require('buffer-equal');

console.dir(bufferEqual(
new Buffer([253,254,255]),
Expand Down

0 comments on commit 63e755d

Please sign in to comment.