Skip to content

Commit

Permalink
Merge pull request #40 from hideov/patch-1
Browse files Browse the repository at this point in the history
Added a couple missing comas to readme
  • Loading branch information
TJkrusinski committed Sep 11, 2015
2 parents 8aac6fa + 5f0d302 commit 0f1aa29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var pdf = new NodePDF('http://yahoo.com', 'yahoo.pdf', {
'contents': 'FOOTER {currentPage} / {pages}'
}
},
'outputQuality': '80'
'outputQuality': '80',
'zoomFactor': 1.1
});
````
Expand Down Expand Up @@ -126,7 +126,7 @@ As soon the content option is set, the URL is ignored even if you set one.
'left': '1cm'
}
},
'outputQuality': '80' //set embedded image quality 0 - 100
'outputQuality': '80', //set embedded image quality 0 - 100
'zoomFactor': 1,
'args': '',
'captureDelay': 400
Expand Down

0 comments on commit 0f1aa29

Please sign in to comment.