Skip to content

Commit 7b141d8

Browse files
committed
(doc) update cli docs
Signed-off-by: Dan Selman <[email protected]>
1 parent 25ed11b commit 7b141d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/markdown-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The command-line is called `markus` and offers the following commands:
1616
markus <cmd> [args]
1717
1818
Commands:
19-
markus parse parse and transform a sample markdown
19+
markus parse parse and transform a sample markdown, pdf or docx file
2020
markus draft create markdown text from data
2121
markus normalize normalize a sample markdown (parse & redraft)
2222
@@ -39,7 +39,7 @@ Options:
3939
--version Show version number [boolean]
4040
--verbose, -v verbose output [boolean] [default: false]
4141
--help Show help [boolean]
42-
--sample path to the markdown text [string]
42+
--sample path to the markdown text, pdf, docx [string]
4343
--output path to the output file [string]
4444
--cicero further transform to CiceroMark [boolean] [default: false]
4545
--slate further transform to Slate DOM [boolean] [default: false]

0 commit comments

Comments
 (0)