Skip to content

Commit 267a031

Browse files
committed
Merge pull request #70 from jdeniau/patch-1
The command line il `html-pdf`, not `htmlpdf`
2 parents b8bd7ea + ac8cb1c commit 267a031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install -g html-pdf
1717
## Command-line example
1818

1919
```
20-
$ htmlpdf test/businesscard.html businesscard.pdf
20+
$ html-pdf test/businesscard.html businesscard.pdf
2121
```
2222

2323
## Code example

0 commit comments

Comments
 (0)