Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Updated to 1.1.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Nov 2, 2017
1 parent a261755 commit 8ac18ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ MimeType::get();
MimeType::getMimeFromExtension($ext);
```

| Atttribute | Description | Type | Required
| Attribute | Description | Type | Required
| --- | --- | --- | --- |
| $ext | File extension. | string | Yes |

Expand All @@ -78,7 +78,7 @@ MimeType::getMimeFromExtension($ext);
MimeType::getExtensionFromMime($mime);
```

| Atttribute | Description | Type | Required
| Attribute | Description | Type | Required
| --- | --- | --- | --- |
| $mime | MIME type. | string | Yes |

Expand Down

0 comments on commit 8ac18ab

Please sign in to comment.