From 1cac91c05dcd1439de6bf2a429cb14fabb09b329 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sun, 19 Jan 2020 18:21:20 +0000 Subject: [PATCH] doc: Fix drawFileList default in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8baa206..789adcb 100644 --- a/README.md +++ b/README.md @@ -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`