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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md to standardize the use of single versus double quotes.

P.S. Sorry if this is a very trivial PR.
  • Loading branch information
hirejohnsalcedo committed Mar 16, 2017
1 parent 5fa453d commit a1c126f
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 a1c126f

Please sign in to comment.