From 9049eea99a9b6e075f6b7808812fd8512a3c05ea Mon Sep 17 00:00:00 2001 From: maestroerror Date: Mon, 27 Feb 2023 03:35:41 +0400 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf802d9..77161b8 100644 --- a/README.md +++ b/README.md @@ -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