diff --git a/README.md b/README.md index e0bf806..8c3168b 100644 --- a/README.md +++ b/README.md @@ -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,