Skip to content
Prev Previous commit
Next Next commit
delete fix update readme yarn add
  • Loading branch information
awcjack committed Feb 20, 2021
commit b5fac308e7177a1124c93b564c5d23c95a2c9be1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
A small library that can deep diff two JavaScript Objects, including nested structures of arrays and objects.

## Installation
`yarn add https://github.com/sanukerinc/deep-object-diff.git`
`yarn add awcjack/deep-object-diff#delete-fix`

## Functions available:
- [`diff(originalObj, updatedObj)`](#diff)
Expand Down