File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
44
55## Getting started
66
7- ### HTML
7+ #### HTML
88
99The simplest way to use html2pdf is to download ` dist/html2pdf.bundle.min.js ` to your project folder and include it in your HTML with:
1010
1111``` html
1212<script src =" html2pdf.bundle.min.js" ></script >
1313```
1414
15- * [ Click here] ( #dependencies ) for more information about using the unbundled version ` dist/html2canvas.min.js ` .*
15+ * Note: [ Click here] ( #dependencies ) for more information about using the unbundled version ` dist/html2canvas.min.js ` .*
1616
17- ### NPM
17+ #### NPM
1818
1919Install html2pdf and its dependencies using NPM with ` npm install --save html2pdf.js ` (make sure to include ` .js ` in the package name).
2020
2121* Note: You can use NPM to create your project, but html2pdf ** will not run in Node.js** , it must be run in a browser.*
2222
23- ### Bower
23+ #### Bower
2424
2525Install html2pdf and its dependencies using Bower with ` bower install --save html2pdf.js ` (make sure to include ` .js ` in the package name).
2626
You can’t perform that action at this time.
0 commit comments