From e07119bc97f8e36e89098b375e83f39a0362fac8 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 11 Jan 2025 17:27:53 +0100 Subject: [PATCH] Edit readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e81ed6fce..5435ce107 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ [![Support me on Ko-fi](https://raw.githubusercontent.com/Intervention/image/develop/.github/images/support.svg)](https://ko-fi.com/interventionphp) Intervention Image is a **PHP image processing library** that provides a simple -and expressive way to create, edit, and compose images. It features a universal +and expressive way to create, edit, and compose images. It comes with a universal interface for the two most popular PHP image manipulation extensions. You can choose between the GD library or Imagick as the base layer for all operations. @@ -20,7 +20,7 @@ choose between the GD library or Imagick as the base layer for all operations. ## Installation You can easily install this library using [Composer](https://getcomposer.org). -Just request the package with the following command: +Simply request the package with the following command: ```bash composer require intervention/image