You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Fast HTML Parser [](http://badge.fury.io/js/fast-html-parser)[](https://travis-ci.org/ashi009/node-fast-html-parser)
1
+
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser)[](https://travis-ci.org/taoqf/node-fast-html-parser)
2
2
3
3
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
4
4
DOM tree, with basic element query support.
@@ -34,7 +34,7 @@ Tested with [htmlparser-benchmark](https://github.com/AndreasMadsen/htmlparser-b
34
34
## Usage
35
35
36
36
```js
37
-
var HTMLParser =require('fast-html-parser');
37
+
var HTMLParser =require('node-html-parser');
38
38
39
39
var root =HTMLParser.parse('<ul id="list"><li>Hello World</li></ul>');
0 commit comments