Skip to content

Commit fd6c7b8

Browse files
committed
Be modest =)
1 parent 9b3154d commit fd6c7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To build [TestCafé](http://testcafe.devexpress.com/) we needed fast and ready f
55
Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 was born.
66

77
**Included tools:**
8-
* [Parser](https://github.com/inikulin/parse5/blob/master/README.md#class-parser) - full-featured high quality HTML5 to DOM-tree parser.
9-
* [SimpleApiParser](https://github.com/inikulin/parse5/blob/master/README.md#class-simpleapiparser) - [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML)-style parser for HTML5.
8+
* [Parser](https://github.com/inikulin/parse5/blob/master/README.md#class-parser) - HTML to DOM-tree parser.
9+
* [SimpleApiParser](https://github.com/inikulin/parse5/blob/master/README.md#class-simpleapiparser) - [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML)-style parser for HTML.
1010
* [TreeSerializer](https://github.com/inikulin/parse5/blob/master/README.md#class-treeserializer) - DOM-tree to HTML serializer.
1111

1212
##Install

0 commit comments

Comments
 (0)