Skip to content

Commit

Permalink
Fixed option type
Browse files Browse the repository at this point in the history
Should be string instead of boolean
  • Loading branch information
MichielDeMey committed Jun 6, 2018
1 parent 52d53ec commit bda75f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -137,7 +137,7 @@ keepComments | boolean | Option to keep comments in the HTML output | true
beautify | boolean | Option to beautify the HTML output | false
minify | boolean | Option to minify the HTML output | false
validationLevel | string | Available values for the [validator](https://github.com/mjmlio/mjml/tree/master/packages/mjml-validator#validating-mjml): 'strict', 'soft', 'skip' | 'soft'
filePath | boolean | Path of file, used for relative paths in mj-includes | '.'
filePath | string | Path of file, used for relative paths in mj-includes | '.'

## API

Expand Down

0 comments on commit bda75f6

Please sign in to comment.