From 8ac18abd4040a41613c06e78166ffbb989ed69fb Mon Sep 17 00:00:00 2001 From: Josantonius Date: Thu, 2 Nov 2017 18:02:16 +0100 Subject: [PATCH] Updated to 1.1.5 version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c129b8..f7ebdfd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ MimeType::get(); MimeType::getMimeFromExtension($ext); ``` -| Atttribute | Description | Type | Required +| Attribute | Description | Type | Required | --- | --- | --- | --- | | $ext | File extension. | string | Yes | @@ -78,7 +78,7 @@ MimeType::getMimeFromExtension($ext); MimeType::getExtensionFromMime($mime); ``` -| Atttribute | Description | Type | Required +| Attribute | Description | Type | Required | --- | --- | --- | --- | | $mime | MIME type. | string | Yes |