diff --git a/README.md b/README.md index 924b731..789485e 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ module.exports.load = function (path, cb){ options.vars = env; //If the path is a directory it tries to load the "index.properties" file - properties.parse (configDir, options, cb); + properties.parse (path, options, cb); }); }; ```