From dfdde62a01bacecaf758760a11d5756a68b3ff36 Mon Sep 17 00:00:00 2001 From: Kip Gebhardt Date: Tue, 3 Mar 2015 20:39:37 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72a94e7..4df7f4b 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 } ] } -``` \ No newline at end of file +```