From e040c596f0a65570b339c60818081175bcf82d11 Mon Sep 17 00:00:00 2001
From: Philip Couling <couling@gmail.com>
Date: Thu, 22 Feb 2024 07:26:06 +0000
Subject: [PATCH] Linux is not UNIX (#321)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 49107a1..5eb5748 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ jobs:
 ```
 
 > [!NOTE]
-> The Action has to be used in a Job that runs on a UNIX system (e.g. `ubuntu-latest`).
+> The Action has to be used in a Job that runs on a UNIX-like system (e.g. `ubuntu-latest`).
 
 The following is an extended example with all available options.