mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
change package name
This commit is contained in:
parent
458890f580
commit
cc991c2f3d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Fast HTML Parser [](http://badge.fury.io/js/fast-html-parser) [](https://travis-ci.org/ashi009/node-fast-html-parser)
|
||||
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser) [](https://travis-ci.org/taoqf/node-fast-html-parser)
|
||||
|
||||
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
||||
DOM tree, with basic element query support.
|
||||
|
|
@ -34,7 +34,7 @@ Tested with [htmlparser-benchmark](https://github.com/AndreasMadsen/htmlparser-b
|
|||
## Usage
|
||||
|
||||
```js
|
||||
var HTMLParser = require('fast-html-parser');
|
||||
var HTMLParser = require('node-html-parser');
|
||||
|
||||
var root = HTMLParser.parse('<ul id="list"><li>Hello World</li></ul>');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue