Skip to content

Commit 070df3f

Browse files
committed
Merge branch 'hotfix/minorFixes' into develop
2 parents 71f718f + 951bad5 commit 070df3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
66

77
There are two ways to install html2pdf:
88

9-
1. **NPM:** Use `npm install --save html2pdf` to add html2pdf and its dependencies to your project.
9+
1. **NPM:** Use `npm install --save html2pdf.js` to add html2pdf and its dependencies to your project.
1010
2. **HTML:** Download `dist/html2pdf.bundle.min.js` to your project folder and include it in your HTML with: `<script src="html2pdf.bundle.min.js"></script>`.
1111

1212
Once installed, html2pdf is ready to use. This command will generate a PDF of `#element-to-print` and prompt the user to save the result:
@@ -87,7 +87,7 @@ html2pdf currently uses [this fork](https://github.com/eKoopmans/html2canvas/tre
8787

8888
### Issues
8989

90-
When submitting an issue, please provide reproducible code that highlights the issue, preferably by creating a fork of [this template jsFiddle](https://jsfiddle.net/o0kL8zkk/) (which has html2canvas and its dependencies already included as external resources). Remember that html2pdf uses [html2canvas](https://github.com/niklasvh/html2canvas) and [jsPDF](https://github.com/MrRio/jsPDF) as dependencies, so it's a good idea to check each of those repositories' issue trackers to see if your problem has already been addressed.
90+
When submitting an issue, please provide reproducible code that highlights the issue, preferably by creating a fork of [this template jsFiddle](https://jsfiddle.net/u6o6ne41/) (which has html2pdf already loaded). Remember that html2pdf uses [html2canvas](https://github.com/niklasvh/html2canvas) and [jsPDF](https://github.com/MrRio/jsPDF) as dependencies, so it's a good idea to check each of those repositories' issue trackers to see if your problem has already been addressed.
9191

9292
### Pull requests
9393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "html2pdf",
2+
"name": "html2pdf.js",
33
"version": "0.8.0",
44
"description": "Client-side HTML-to-PDF rendering using pure JS",
55
"main": "dist/require/html2pdf.cjs.js",

0 commit comments

Comments
 (0)