diff --git a/README.md b/README.md index 245ac75..9920081 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ Install: npm install -g source-map-explorer -Use: +Use (you can specify filenames or use [glob](https://github.com/isaacs/node-glob) pattern): source-map-explorer bundle.min.js source-map-explorer bundle.min.js bundle.min.js.map + source-map-explorer bundle.min.js* source-map-explorer *.js This will open up a visualization of how the space is used in your minified bundle: @@ -225,4 +226,4 @@ source-map-explorer path/to/foo.min.js{,.map} [string]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type "String" [number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type "Number" [cli wiki]: https://github.com/danvk/source-map-explorer/wiki/CLI -[api wiki]: https://github.com/danvk/source-map-explorer/wiki/Node.js-API \ No newline at end of file +[api wiki]: https://github.com/danvk/source-map-explorer/wiki/Node.js-API