Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 30, 2014
1 parent b39e600 commit 4986c4a
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 @@ -125,7 +125,7 @@ $ node ./examples/index.js

## Notes

The output (readable) stream __always__ operates in 'objectMode'.
The output (readable) stream __always__ operates in `objectMode`.

When in `objectMode`, anything which is not a `buffer` or a `string` is coerced into being a `string`. Values are stringified according to the following conventions:

Expand Down

0 comments on commit 4986c4a

Please sign in to comment.