From e62fb0dde72916f63c023bfdd932b538f799e3be Mon Sep 17 00:00:00 2001 From: Kaan Kuscu Date: Fri, 13 Dec 2024 20:43:20 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5139213..5cb6810 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ func main() { fmt.Println("Extension not supported") } - // Check if file is supported by extension + // Check if file is supported by mime type if filetype.IsMIMESupported("image/jpeg") { fmt.Println("MIME type supported") } else {