Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Jan 25, 2023
1 parent ae83374 commit 4fc830d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# php-heic-to-jpg
The easiest way to convert HEIC images to JPEG with PHP and Laravel framework. It uses binary file created with Go language and has no dependencies on any other PHP libraries, extensions or third-part software
The easiest way to convert HEIC/HEIF images to JPEG with PHP and Laravel framework. It uses binary file created with Go language and has no dependencies on any other PHP libraries, extensions or third-part software

## Installation
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maestroerror/php-heic-to-jpg",
"description": "Converts HEIC image to JPG type, without any dependencies",
"description": "Converts HEIC/HEIF image to JPG type, without any dependencies",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fc830d

Please sign in to comment.