Skip to content

Commit

Permalink
fix quotes in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i.gorbunov committed Feb 18, 2019
1 parent 8c043a6 commit 15e6af5
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 @@ -18,7 +18,7 @@ module.exports = {
pdfOptions: "<options for puppeteer.pdf()>", // reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions
markdownStylesLayout: "<layout for markdown-styles>", // reference: https://github.com/mixu/markdown-styles#screenshots-of-the-layouts
removeTemp: true, // remove generated .md and .html or not
emulateMedia: 'screen', // mediaType, emulating by puppeteer for rendering pdf, 'print' by default (reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageemulatemediamediatype)
emulateMedia: "screen", // mediaType, emulating by puppeteer for rendering pdf, 'print' by default (reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageemulatemediamediatype)
}
```

Expand Down

0 comments on commit 15e6af5

Please sign in to comment.