Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 7, 2023
1 parent fc7cfae commit ffd52bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const jsondiffpatchInstance = jsondiffpatch.create({
},
textDiff: {
// If using text diffs, it's required to pass in the diff-match-patch library in through this proprty.
// Alternatively, you can import jsondiffpatch using `jsondiffpatch/with-text-diffs` to avoid having to pass in diff-match-patch through the options.
// Alternatively, you can import jsondiffpatch using `jsondiffpatch/with-text-diffs` to avoid having to pass in diff-match-patch through the options.
diffMatchPatch: DiffMatchPatch,
// default 60, minimum string length (left and right sides) to use text diff algorythm: google-diff-match-patch
minLength: 60,
Expand Down

0 comments on commit ffd52bb

Please # to comment.