Skip to content

Commit d48e806

Browse files
authored
Update README.md
1 parent 0658c04 commit d48e806

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

markdown_to_pdf/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Convert markdown file or files to pdfs
77
python -r requirements.txt
88
```
99
- call the script and pass the name or names of the markdown files
10-
10+
```
11+
python markdown_to_pdf.py sample1.md sample2.md sample3.md
12+
```
1113
## Output
1214

1315
will create equivalent pdf files of the markdown files

0 commit comments

Comments
 (0)