Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aria Stewart <aredridel@dinhe.net>
  • Loading branch information
yashchoudhary8955 and aredridel authored Sep 30, 2020
1 parent 01ab3d1 commit 7856fd2
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 use this pass `parser.parse` as 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 7856fd2

Please sign in to comment.