From 41be54eea9ad2a814365f507ab6e8389e9ba3a0c Mon Sep 17 00:00:00 2001 From: Duncan Wong Date: Wed, 23 Oct 2013 19:18:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5daa38..c7d5c54 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ You may pass them either as a module or through the command line (ie. `npm-licen { unknown: false, // Boolean: generate only a list of unknown licenses start: '.', // String: path to start the dependency checks - depth: 1, // Number: how deep to recurse through the dependencies + depth: 'all', // Number | 'all': how deep to recurse through the dependencies include: 'dependencies', // String | Array | 'all': recurse through various types of dependencies (https://npmjs.org/doc/json.html) meta: null // String: path to a metadata json file (see below) }