Skip to content

Commit dfdde62

Browse files
committed
Update README.md
1 parent 32ac2cf commit dfdde62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node-image-size-scanner
22
=======================
3-
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.
3+
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.
44

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

0 commit comments

Comments
 (0)