Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 29, 2022
1 parent 36e0ae9 commit 13f1af3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Command line tool for html conversion markdown.

```shell
$ npx @wcj/html-to-markdown-cli ./html/index.html
# => # Markdown String
# 🌐 Request: /Users/xxx/index.html
# πŸŽ‰ Compliled successfully!
# β•°β”ˆ Output: /Users/xxx/dist/index.md
$ npx @wcj/html-to-markdown-cli https://jaywcjlove.github.io/idoc/
# => # Markdown String
# 🌐 Request: https://jaywcjlove.github.io/idoc/
# πŸŽ‰ Compliled successfully!
# β•°β”ˆ Output: /Users/xxx/dist/idoc.md
```

Or
Expand Down

0 comments on commit 13f1af3

Please sign in to comment.