Skip to content

Commit 031d8d4

Browse files
committed
doc: Update README.md
1 parent 13f1af3 commit 031d8d4

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

packages/html-to-markdown/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,27 @@ npm i @wcj/html-to-markdown
1818
Command line tool
1919

2020
```shell
21+
2122
$ npx @wcj/html-to-markdown-cli ./html/index.html
22-
# => # Markdown String
23+
# 🌐 Request: /Users/xxx/index.html
24+
# 🎉 Compliled successfully!
25+
# ╰┈ Output: /Users/xxx/dist/index.md
2326
$ npx @wcj/html-to-markdown-cli https://jaywcjlove.github.io/idoc/
24-
# => # Markdown String
27+
# 🌐 Request: https://jaywcjlove.github.io/idoc/
28+
# 🎉 Compliled successfully!
29+
# ╰┈ Output: /Users/xxx/dist/idoc.md
2530

2631
# Or
2732

2833
$ sudo npm i @wcj/html-to-markdown-cli -g
2934
$ html-to-markdown ./html/index.html
30-
# => # Markdown String
35+
# 🌐 Request: /Users/xxx/html/index.html
36+
# 🎉 Compliled successfully!
37+
# ╰┈ Output: /Users/xxx/html/dist/index.md
3138
$ html-to-markdown https://jaywcjlove.github.io/idoc/
32-
# => # Markdown String
39+
# 🌐 Request: https://jaywcjlove.github.io/idoc/
40+
# 🎉 Compliled successfully!
41+
# ╰┈ Output: /Users/xxx/dist/idoc.md
3342
```
3443

3544
## Usage

0 commit comments

Comments
 (0)