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