We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cbc32 commit a6917deCopy full SHA for a6917de
2 files changed
README.md
@@ -5,7 +5,7 @@ HTML filter and sanitization cli tool
5
## Install
6
7
```bash
8
- npm install -g xhtml
+ npm install -g xhtml-cli
9
```
10
11
## Usage
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "xhtml",
+ "name": "xhtml-cli",
3
"version": "0.0.0-development",
4
"description": "filter and sanitization for html",
"main": "dist/index.js",
0 commit comments