Skip to content

Commit

Permalink
Added a couple missing comas to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hideov committed Sep 10, 2015
1 parent 8aac6fa commit 5f0d302
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 5f0d302

Please sign in to comment.