Skip to content

Commit

Permalink
fluent example edit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Apr 13, 2018
1 parent 64521c3 commit 33bc9ca
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 @@ -449,7 +449,7 @@ import merge from 'helpful-merge';
// single source object
merge.from(source).to(target).exec();

// multiple sources (C -> B -> A -> target)
// multiple sources (C -> target, B -> target, A -> target)
merge.from(sourceA, sourceB, sourceC).to(target).exec();

// with configuration
Expand Down

0 comments on commit 33bc9ca

Please sign in to comment.