diff --git a/README.md b/README.md index 1de7b95..827b7a8 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/composer.json b/composer.json index c1fd142..0618ab3 100644 --- a/composer.json +++ b/composer.json @@ -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": {