Skip to content

Commit cc991c2

Browse files
author
taoqiufeng
committed
change package name
1 parent 458890f commit cc991c2

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
@@ -1,4 +1,4 @@
1-
# Fast HTML Parser [![NPM version](https://badge.fury.io/js/fast-html-parser.png)](http://badge.fury.io/js/fast-html-parser) [![Build Status](https://travis-ci.org/ashi009/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/ashi009/node-fast-html-parser)
1+
# Fast HTML Parser [![NPM version](https://badge.fury.io/js/node-html-parser.png)](http://badge.fury.io/js/node-html-parser) [![Build Status](https://travis-ci.org/taoqf/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/taoqf/node-fast-html-parser)
22

33
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
44
DOM tree, with basic element query support.
@@ -34,7 +34,7 @@ Tested with [htmlparser-benchmark](https://github.com/AndreasMadsen/htmlparser-b
3434
## Usage
3535

3636
```js
37-
var HTMLParser = require('fast-html-parser');
37+
var HTMLParser = require('node-html-parser');
3838

3939
var root = HTMLParser.parse('<ul id="list"><li>Hello World</li></ul>');
4040

0 commit comments

Comments
 (0)