Skip to content

Commit 3c99af7

Browse files
committed
Fix readme markup
1 parent 8a4e5a5 commit 3c99af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
88
2. Fetch the dependencies `html2canvas` and `jsPDF`, which can be found in the `vendor` folder.
99
3. Include the files in your HTML document (**order is important**, otherwise `jsPDF` will override `html2canvas` with its own internal implementation):
1010

11-
```js
11+
```html
1212
<script src="jspdf.min.js"></script>
1313
<script src="html2canvas.min.js"></script>
1414
<script src="html2pdf.js"></script>

0 commit comments

Comments
 (0)