Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed May 6, 2015
1 parent 79f19ef commit c71e430
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 @@ -32,7 +32,7 @@ With [Node.js](http://nodejs.org):
- `filename` `String` - Name of the configuration file to find.
- `options` `{Object=}`
- `cwd` `{String=}` - Directory in which to start looking. (Default: `process.cwd()`).
- `dir` `{String=}` - An optional subdirectory to check at each level. (Default: `.config`).
- `dir` `{String=}` - An optional subdirectory to check at each level. (Default: `'.config'`).
- `asModule` `{Boolean}` - Whether to use Node.js [module resolution][modres]. (Default: `false`).
- `keepDot` `{Boolean}` - Whether to keep the leading dot in the filename for matches in a subdirectory. (Default: `false`).

Expand Down

0 comments on commit c71e430

Please sign in to comment.