Skip to content

Commit

Permalink
fix juiceOptions option name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction authored and iRyusa committed Feb 20, 2023
1 parent 8b8089f commit 4a1837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mjml-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ See html-minifier documentation for more available options
### Change juice options (library used for inlining mj-style css)

```bash
$> mjml input.mjml --config.minifyOptions='{"preserveImportant": true}'
$> mjml input.mjml --config.juiceOptions='{"preserveImportant": true}'
```

The defaults are "applyStyleTags": false, "insertPreservedExtraCss": false, "removeStyleTags": false
Expand Down

0 comments on commit 4a1837e

Please sign in to comment.