From e772b26d1cddedf8e99fc2acecc90099267aa714 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sun, 19 Jan 2020 18:24:12 +0000 Subject: [PATCH] doc: Code wrap default value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789adcb..c2097b8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ The HTML output accepts a Javascript object with configuration. Possible options - `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` -- `matchWordsThreshold`: similarity threshold for word matching, default is 0.25 +- `matchWordsThreshold`: similarity threshold for word matching, default is `0.25` - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is `2500` - `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,