Skip to content

Commit

Permalink
docs: fix incorrect option name (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa committed May 29, 2023
1 parent 19d3ad7 commit e2d97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Export slides to PDF (or other format).
Options:

* `--output` (`string`, default: use `exportFilename` (see https://sli.dev/custom/#frontmatter-configures) or use `[entry]-export`): path to the output.
* `--base` (`'pdf', 'png', 'md'`, default: `'pdf'`): output format.
* `--format` (`'pdf', 'png', 'md'`, default: `'pdf'`): output format.
* `--timeout` (`number`, default: `30000`): timeout for rendering the print page (see https://playwright.dev/docs/api/class-page#page-goto).
* `--range` (`string`): page ranges to export (example: `'1,4-5,6'`).
* `--dark` (`boolean`, default: `false`): export as dark theme.
Expand Down

0 comments on commit e2d97fb

Please sign in to comment.