Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Feb 26, 2023
1 parent 870e214 commit 9049eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maestroerror\HeicToJpg::convert("image1.heic")->saveAs("image1.jpg");
$jpg = Maestroerror\HeicToJpg::convert("image1.heic")->get();
```
### For MacOS users
#### For MacOS users
It should detect the OS itself, but if you want to specify architecture, it is recommended to use `convertOnMac` instead. The second argument is architecture of your system, by default set as "amd64", but you can specify "arm64" (aarm64, M1)
```php
// By default
Expand Down

0 comments on commit 9049eea

Please sign in to comment.