From 99ac7d6df1c0b323ce0c8c4b0dbe8dbb010ec10f Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Sun, 24 Mar 2024 17:11:20 +0200 Subject: [PATCH] Minor fix to readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1a8f2ae..d22d964 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ Some tiff files however do not have their metadata near the start of the file. ```ruby require 'benchmark' -require 'image_size' require 'fastimage' require 'open-uri'