Skip to content

Commit a6917de

Browse files
committed
fix: rename npm package name
1 parent 99cbc32 commit a6917de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HTML filter and sanitization cli tool
55
## Install
66

77
```bash
8-
npm install -g xhtml
8+
npm install -g xhtml-cli
99
```
1010

1111
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "xhtml",
2+
"name": "xhtml-cli",
33
"version": "0.0.0-development",
44
"description": "filter and sanitization for html",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)