From 1e0f13a7a614f71aca5c7b621f9e2497687ecef8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 30 Mar 2023 10:17:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e0834..0d500af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![Downloads](https://img.shields.io/packagist/dt/geckon01/simple-image-compressor) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/d773335a657d467faaa0ebb12bc2abe1)](https://app.codacy.com/gh/Geckon01/simple-image-compressor/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -**SimpleImageCompressor** - is a tiny simple PHP image compressor lib which allows you to compress any image easily on the fly. +**SimpleImageCompressor** - is a tiny simple PHP image resizer/compressor lib which allows you to resize and compress any image easily on the fly. ## Installation @@ -75,4 +75,4 @@ As example, if we have original image 1920x1080 which we want to get 50% of orig ## License -This software is licensed under the MIT License. [View the license](LICENSE.md). \ No newline at end of file +This software is licensed under the MIT License. [View the license](LICENSE.md).