Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Sep 13, 2019
1 parent 2ea3456 commit 4a089cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const base = {
foo: 2
}
}
const mergedObj = objectRenameKeys(base, { baz: 3 }, { bar: { foo: 3 }})
const mergedObj = objectMergeDeep(base, { baz: 3 }, { bar: { foo: 3 }})

console.log(mergedObj)
// => { foo: 1, bar: { foo: 3 }, baz: 3 }
Expand Down

0 comments on commit 4a089cc

Please sign in to comment.