diff --git a/README.md b/README.md
index 94c452c..8b8fdb8 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ no closing `
`, `` etc).
## Install
```shell
-npm install --save fast-html-parser
+npm install --save node-html-parser
```
## Performance
diff --git a/package.json b/package.json
index 0d5dfd6..d681699 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "fast-html-parser",
+ "name": "node-html-parser",
"version": "1.1.0",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
"main": "index.js",
@@ -7,7 +7,13 @@
"test": "gulp && mocha",
"build": "gulp"
},
+ "keywords": [
+ "fast html parser nodejs typescript"
+ ],
"author": "Xiaoyi Shi ",
+ "contributors": [
+ "taoqf"
+ ],
"license": "MIT",
"dependencies": {
"entities": "latest"
@@ -42,10 +48,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/ashi009/node-fast-html-parser.git"
+ "url": "https://github.com/taoqf/node-fast-html-parser.git"
},
"bugs": {
- "url": "https://github.com/ashi009/node-fast-html-parser/issues"
+ "url": "https://github.com/taoqf/node-fast-html-parser/issues"
},
- "homepage": "https://github.com/ashi009/node-fast-html-parser"
+ "homepage": "https://github.com/taoqf/node-fast-html-parser"
}
|