Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[objectdiff on npm](http://search.npmjs.org/#/objectdiff)


## objectDiff.diff(objectA, objectB)
## objectDiff.diff(oldObject, newObject)

<pre>
objectDiff.diff({x: 1}, {x: 2})
Expand Down Expand Up @@ -40,7 +40,7 @@ objectDiff.diff({z: {x: 1}}, {z: {y: 2}})
</pre>


## objectDiff.diffOwnProperties(objectA, objectB)
## objectDiff.diffOwnProperties(oldObject, newObject)

Same as objectDiff.diff, but compares only objects' own properties

Expand Down