Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 11, 2025
1 parent 4476d94 commit e07119b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit e07119b

Please sign in to comment.