diff --git a/package.json b/package.json index 9c75da3..de08681 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "dependencies" : { "underscore": ">=1.2.0", "optimist": ">=0.2.8" }, "bin" : { "fuse": "./bin/fuse.js" }, "directories" : { "bin": "./bin" }, - "version" : "0.0.2", + "version" : "0.0.3", "engines" : {"node": ">=0.4"} } \ No newline at end of file diff --git a/readme.md b/readme.md index 5256c5c..f4550d6 100644 --- a/readme.md +++ b/readme.md @@ -24,4 +24,10 @@ Passing a file with the line above to Fuse, will produce a file containing the o ### On the command line - fuse.js -i path/to/main.js -o path/to/output.js \ No newline at end of file +To run just once: + + fuse.js -i path/to/main.js -o path/to/output.js + +To watch a file for changes: + + fuse.js -i path/to/main.js -o path/to/output.js -w \ No newline at end of file