Skip to content

Commit

Permalink
naming consistency
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
2 people authored and PiotrMarcinczyk-TomTom committed Aug 24, 2023
1 parent 1ef0247 commit 90461b8
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 @@ -192,7 +192,7 @@ In a browser, you could load directly a bundle in `/dist`, eg. `/dist/jsondiffpa
## Options

```javascript
var jsondiffpatchInst = require('jsondiffpatch').create({
var jsondiffpatchInstance = require('jsondiffpatch').create({
// used to match objects when diffing arrays, by default only === operator is used
objectHash: function (obj) {
// this function is used only to when objects are not equal by ref
Expand Down

0 comments on commit 90461b8

Please sign in to comment.