From 4bdf39befa964167e90533e393227b591c27e474 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 7 Dec 2024 16:39:22 +0100 Subject: [PATCH] Edit description --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b922cefe3..e81ed6fce 100644 --- a/readme.md +++ b/readme.md @@ -7,9 +7,9 @@ [![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 unified -API for the two most popular image manipulation extensions. You can choose -between the GD library or Imagick as the base layer for all operations. +and expressive way to create, edit, and compose images. It features 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. - Simple interface for common image editing tasks - Interchangeable driver architecture