From 29345dd1657264b9db36f0ab083b07821aedf1e2 Mon Sep 17 00:00:00 2001 From: vlw Date: Sun, 27 Oct 2024 11:56:00 +0000 Subject: [PATCH] doc(fix): add missing double quote ..sigh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014ef31..65f9142 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $mime->get_type_from_ext("webp"); // "image/webp" // From pathname $mime->get_ext_from_file("path/to/file.webp"); // "webp" -$mime->get_type_from_file("path/to/file.webp); // "image/webp" +$mime->get_type_from_file("path/to/file.webp"); // "image/webp" ``` # Installation