Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-kip committed Mar 4, 2015
1 parent 32ac2cf commit dfdde62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node-image-size-scanner
=======================
For a given URL, report image file sizes and paths. Optionally you may specify a minimum file size to report on. Formatted output or json output.
For a given URL, report image file sizes and paths sorted by decreasing size. Optionally you may specify a minimum file size to report on. Formatted output or json output.

## Installation ##
`npm install -g node-image-size-scanner`
Expand Down Expand Up @@ -28,4 +28,4 @@ $ image_check -u https://www.google.com -b 1k -j
bytes: 8228 },
{ image_url: 'https://www.google.com/images/icons/product/chrome-48.png',
bytes: 1834 } ] }
```
```

0 comments on commit dfdde62

Please sign in to comment.