diff --git a/README.md b/README.md index ccbf085..d704d42 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,10 @@ ExtendedDiff.types.set('SomeType', { // order of occurrence... priority: null, + // If set to true will disable additional attribute diffing on + // matching objects... + no_attributes: false | true, + // Check if obj is compatible (optional)... // // .check(obj[, options])