Skip to content

Commit

Permalink
Fixes code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Oct 13, 2018
1 parent 759e64c commit 5721922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ const customColors = {
// Merge all colors into a new object.
// The final colors will have custom blue and yellow colors,
// but the other colors will be the default ones.
const finalColors = deepExtend({}, colorSet1, colorSet2);
const finalColors = deepExtend({}, defaultColors, customColors);
```

## Changelog
Expand Down

0 comments on commit 5721922

Please sign in to comment.