diff --git a/Readme.md b/Readme.md index cc11fbd..20a7f7b 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,14 @@ $ go get github.com/tj/node-prune/cmd/node-prune ``` +## Usage + +``` +$ cd myapp +$ node-prune + INFO[0000] complete duration=195ms files_removed=1,222 files_total=25,520 size_removed=6.8 MB +``` + ## What? node-prune is a small tool to prune unecessary files from ./node_modules.