Skip to content

Commit

Permalink
Fix readme markup
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Sep 17, 2017
1 parent 8a4e5a5 commit 3c99af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
2. Fetch the dependencies `html2canvas` and `jsPDF`, which can be found in the `vendor` folder.
3. Include the files in your HTML document (**order is important**, otherwise `jsPDF` will override `html2canvas` with its own internal implementation):

```js
```html
<script src="jspdf.min.js"></script>
<script src="html2canvas.min.js"></script>
<script src="html2pdf.js"></script>
Expand Down

0 comments on commit 3c99af7

Please sign in to comment.