Skip to content

Commit

Permalink
Fixed typo in wait documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmith14 committed Nov 26, 2013
1 parent e10f285 commit ef3e9f5
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 @@ -282,7 +282,7 @@ also, emits a single 'data' event.

``` js

readStream.pipe(es.join(function (err, text) {
readStream.pipe(es.wait(function (err, text) {
// have complete text here.
}))

Expand Down

0 comments on commit ef3e9f5

Please sign in to comment.