Skip to content

Commit 32447ef

Browse files
committed
Reformat install instructions
1 parent 84e8544 commit 32447ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

99
The 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

1919
Install 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

2525
Install html2pdf and its dependencies using Bower with `bower install --save html2pdf.js` (make sure to include `.js` in the package name).
2626

0 commit comments

Comments
 (0)