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
piomar123 and Methuselah96 authored Aug 24, 2023
1 parent 9b284ec commit 7978ed5
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 @@ -207,7 +207,7 @@ 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 7978ed5

Please sign in to comment.