doc: Fix drawFileList default in README

This commit is contained in:
Rodrigo Fernandes 2020-01-19 18:21:20 +00:00
parent fd1a13c1e2
commit 1cac91c05d
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4

View file

@ -147,7 +147,7 @@ function html(diffInput: string | DiffFile[], configuration: Diff2HtmlConfig = {
The HTML output accepts a Javascript object with configuration. Possible options:
- `outputFormat`: the format of the output data: `'line-by-line'` or `'side-by-side'`, default is `'line-by-line'`
- `drawFileList`: show a file list before the diff: `true` or `false`, default is `false`
- `drawFileList`: show a file list before the diff: `true` or `false`, default is `true`
- `diffStyle`: show differences level in each line: `word` or `char`, default is `word`
- `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default
is `none`