Skip to content

Commit c349432

Browse files
author
Tim M
committed
better readme text updates
1 parent 5a4e72c commit c349432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Usage](#usage)
1616
- [Comparing Arrays of Objects](#comparing-arrays-of-objects)
1717
- [Comparing Arrays](#comparing-arrays)
18-
- [Comparing Two Arrays or Two Objects via helper functions](#comparing-two-arrays-or-two-objects-via-helper-functions)
18+
- [Comparing Two Arrays or Two Objects for *Equivalence* via helper functions](#comparing-two-arrays-or-two-objects-for-equivalence-via-helper-functions)
1919
- [Todo](#todo)
2020
- [Contributing](#contributing)
2121
- [License](#license)
@@ -81,7 +81,7 @@ console.log(deletedVals); // [2, 'five']
8181

8282
See further examples [here](https://github.com/tjmoses/crud-object-diff/blob/master/index.test.js#L285).
8383

84-
### Comparing Two Arrays or Two Objects via helper functions
84+
### Comparing Two Arrays or Two Objects for *Equivalence* via helper functions
8585

8686
`isEqualObject(a: Object, b: Object): Boolean`
8787

0 commit comments

Comments
 (0)