From 298ae1082063a1cb5f90e6d0efa5656e1b7639f7 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 4 Jan 2024 12:51:37 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ec3ff..a369de7 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Intervention GIF is a PHP encoder and decoder for the GIF image format that does not depend on any image processing extension. Only the special `Splitter::class` class divides the data stream of an animated -GIF into individual `GDImage´ objects for each frame and therefore depend on +GIF into individual `GDImage` objects for each frame and therefore depend on the GD library. ## Installation