From 9639862ea0072adda4996a3efc375a342337871f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mati=20Gumm=C3=A1?= Date: Thu, 17 Oct 2024 20:53:26 -0300 Subject: [PATCH] Update README.md MAC_OS_X_VERSION_MIN_REQUIRED__ > MAC_OS_VERSION_14_4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4090c2f..f3b6690 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ screenshot * Go library to capture desktop screen. * Multiple display supported. * Supported GOOS: windows, darwin, linux, freebsd, openbsd, and netbsd. -* `cgo` free except for GOOS=darwin. +* `cgo` free except for GOOS=darwin. (min MAC_OS_VERSION_14_4) + example =======