Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Apr 13, 2018
1 parent 6607b75 commit 4750619
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 @@ -443,7 +443,7 @@ When using the default calling syntax (`merge()`), the third parameter is revers
In order to accomodate multiple source objects, an alternative "fluent" syntax is provided whereby we can construct a merge operation by chaining together various semantic methods:
```js
import merge from `helpful-merge`;
import merge from 'helpful-merge';

// single source object
merge.from(source).to(target).exec();
Expand Down

0 comments on commit 4750619

Please sign in to comment.