Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from jpls93/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Raynos committed Mar 17, 2017
2 parents 5fa453d + a1c126f commit 82bd7f0
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 @@ -16,7 +16,7 @@ var extend = require("xtend")
// extend returns a new object. Does not mutate arguments
var combination = extend({
a: "a",
b: 'c'
b: "c"
}, {
b: "b"
})
Expand Down

0 comments on commit 82bd7f0

Please sign in to comment.