Skip to content

Commit

Permalink
Merge pull request #145 from yashchoudhary8955/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel authored Sep 30, 2020
2 parents 66402ae + 7856fd2 commit 8e64c24
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 @@ -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
Expand Down

0 comments on commit 8e64c24

Please sign in to comment.