Skip to content

Commit a7be7db

Browse files
committed
Fix readme example
1 parent 5368297 commit a7be7db

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
@@ -87,7 +87,7 @@ var opt = {
8787
image: { type: 'jpeg', quality: 0.98 },
8888
html2canvas: { dpi: 192, letterRendering: true },
8989
jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' }
90-
});
90+
};
9191

9292
// New Promise-based usage:
9393
html2pdf().from(element).set(opt).save();

0 commit comments

Comments
 (0)