diff --git a/README.md b/README.md index b3a1bec6..d6fd0d10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ console.log(document.getElementsByTagName("p")[0].innerHTML); Interesting features -------------------- -* Streaming parser: You can pass `parser.parse` an `EventEmitter` and the +* Streaming parser: You can pass an `EventEmitter` to `parser.parse` and the parser will keep adding data as it's received. * HTML5 parsing algorithm. If you find something this can't parse, I'll want