Browse Source

Update README.md

pull/1/head
DoneDeal0 2 years ago committed by GitHub
parent
commit
b844981cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
## DATA DIFF
# DATA DIFF
This library compares two arrays or objects and return a complete diff of their differences.
# Object exemple:
## Object exemple:
`getObjectDiff()` checks base properties but also provides a complete diff of nested properties.
@ -90,7 +90,7 @@ Output @@ -90,7 +90,7 @@ Output
}
```
List exemple:
## List exemple:
`getListDiff()` works with arrays of string, number and objects.
It doesn't work yet with duplicated values.

Loading…
Cancel
Save