Skip to content

Commit

Permalink
Merge pull request #45 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
mcollina committed Sep 1, 2017
2 parents d71a2a0 + 52ed96c commit 4acbe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -108,7 +108,7 @@ Normally, no arguments are required for the constructor, but you can initialise
var bl = require('bl')
var myinstance = bl()

// equivilant to:
// equivalent to:

var BufferList = require('bl')
var myinstance = new BufferList()
Expand Down

0 comments on commit 4acbe24

Please sign in to comment.