Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Mentioned that merge: true does a deep merge.
  • Loading branch information
Munawwar authored Jan 5, 2017
1 parent 573078a commit 3ced6b7
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 @@ -41,7 +41,7 @@ Load config file from given path, array of paths or directory. Second parameter
`options` defaults:
```javascript
{
// merge all passed/found config files, see `cjson.extend`
// deep merge all passed/found config files, see `cjson.extend`
merge: false,
// allows you to do some string replacements, see `cjson.replace`.
replace: null,
Expand Down

0 comments on commit 3ced6b7

Please sign in to comment.