From 22a73194a0eec102a00e997fb1cd3e86faaadb30 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Tue, 27 Nov 2012 23:03:11 -0500 Subject: [PATCH] updated README for 0.1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc3a2b5..9de0db1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ Otherwise each directory and file (other than `index.js`) will be required and e ## Installation ```bash -npm install -g automodule +[sudo] npm install [-g] automodule ``` ## Usage See `examples` directory. - ### Generate Static File To generate the static text for the module simple run `automodule` from the project directory. @@ -53,6 +52,7 @@ return module.exports = automodule(options); * `search` - directory to look in for modules (String|default: `process.cwd()`) * `print` - whether or not to include the modules or generate static string (Boolean|default: `false`) +* `recursive` - how far deep to search for files, default is search directory only (Number|default: `1`) ## Bugs/Issues/Features