Skip to content

Commit

Permalink
Fix default paperHeight value in the comment (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Feb 27, 2023
1 parent 6bc3ad7 commit 4b47ab9
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 @@ -488,7 +488,7 @@ $options = [
'marginLeft' => 5.0, // defaults to ~0.4 (must be a float, value in inches)
'marginRight' => 1.0, // defaults to ~0.4 (must be a float, value in inches)
'paperWidth' => 6.0, // defaults to 8.5 (must be a float, value in inches)
'paperHeight' => 6.0, // defaults to 8.5 (must be a float, value in inches)
'paperHeight' => 6.0, // defaults to 11.0 (must be a float, value in inches)
'headerTemplate' => '<div>foo</div>', // see details above
'footerTemplate' => '<div>foo</div>', // see details above
'scale' => 1.2, // defaults to 1.0 (must be a float)
Expand Down

0 comments on commit 4b47ab9

Please sign in to comment.