File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To build [TestCafé](http://testcafe.devexpress.com/) we needed fast and ready f
5
5
Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 was born.
6
6
7
7
** 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 .
10
10
* [ TreeSerializer] ( https://github.com/inikulin/parse5/blob/master/README.md#class-treeserializer ) - DOM-tree to HTML serializer.
11
11
12
12
##Install
You can’t perform that action at this time.
0 commit comments