From b844981cc4c18b4010b85fcd34569fd7e642c699 Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Fri, 23 Dec 2022 17:35:41 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31e200c..af6cdb1 100644 --- a/README.md +++ b/README.md @@ -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 } ``` -List exemple: +## List exemple: `getListDiff()` works with arrays of string, number and objects. It doesn't work yet with duplicated values.