From 742ff9974fb018605ca7cf26b1e133d7fbaf6e70 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 10 Feb 2022 11:00:11 -0500 Subject: [PATCH] typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c4b141..99b8fdc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # imageoptimizer -imageoptimizer is a tool for bulk compression og JPG images. It will re-compress original images and replace them if the savings is +imageoptimizer is a tool for bulk compression of JPG images. It will re-compress original images and replace them if the savings is more than the requested percentage difference and optionally if the original file is bigger than a cefrtain size. You can also set a maximum resolution for images and they will be rescaled if they exceed it, however they are only replaced if they meet the size difference requirement set.