From c71e4301e7dca712b7d771d852e8f50d6afa7daf Mon Sep 17 00:00:00 2001 From: Shannon Moeller Date: Tue, 5 May 2015 22:21:04 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220abd4..a5b9762 100644 --- a/README.md +++ b/README.md @@ -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`).