@@ -77,13 +77,13 @@ Examples:
7777You may want to specify options to change the default behavior of the libraries
7878that this CLI uses. For that, you can create a JavaScript config file that
7979exports a config object at the current working directory where you will invoke
80- ` pme ` or point to one using the ` --config ` flag. By default, ` pme ` will try to
81- find ` pme.config.js ` , ` pme.config.mjs ` , and ` pme.config.cjs ` in the current
82- working directory, in that order.
80+ ` pme ` or point to one using the ` --config ` or ` -c ` flag. By default, ` pme ` will
81+ try to find ` pme.config.js ` , ` pme.config.mjs ` , and ` pme.config.cjs ` in the
82+ current working directory, in that order.
8383
8484Let's say you don't want the Chrome instance Puppeteer will use to be sandboxed,
8585you want to be notified when you don't set variables in your YAML config file
86- that your Liquid template expects, and you want your PDF to be landscape. You
86+ that your Liquid template expects, and you want your PDF to be in landscape. You
8787can create a ` pme.config.mjs ` with the following contents:
8888
8989``` js
@@ -107,8 +107,8 @@ for what other options you can set:
107107
108108** Note:** For ` launchOptions ` , ` handleSIGHUP ` , ` handleSIGINT ` , and
109109` handleSIGTERM ` are always set to ` false ` since ` pme ` handles those signals
110- itself. When it comes to ` pdfOptions ` , ` path ` is always set to what is passed to
111- the ` --output ` flag.
110+ itself. As for ` pdfOptions ` , ` path ` is always set to what is passed to the
111+ ` --output ` or ` -o ` flag.
112112
113113## License
114114
0 commit comments