Skip to content

Commit e772b26

Browse files
committed
doc: Code wrap default value in README
1 parent 1cac91c commit e772b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
151151
- `diffStyle`: show differences level in each line: `word` or `char`, default is `word`
152152
- `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default
153153
is `none`
154-
- `matchWordsThreshold`: similarity threshold for word matching, default is 0.25
154+
- `matchWordsThreshold`: similarity threshold for word matching, default is `0.25`
155155
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
156156
`2500`
157157
- `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,

0 commit comments

Comments
 (0)