diff --git a/README.md b/README.md index 754f809..b71b8bc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Converts HTML files into PDF using chrome-headless-render-pdf. ## Example usage +``` uses: markwilson/html2pdf@v1 with: htmlPath: 'test.html' pdfName: 'test' +``` \ No newline at end of file