From f74f3894d7fc3788700cf0eadc476c1d716cc56c Mon Sep 17 00:00:00 2001 From: CrackThrough Date: Sat, 26 Nov 2022 17:07:00 +0900 Subject: [PATCH] chore: fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c178996..d2065a2 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ public struct NativeEvent git clone https://git.pikokr.dev/SkyHook/SkyHook-Native #Clone ``` -To build, just run [`build.sh`](build.sh) on Linux of MacOS, [`build.ps1`](build.ps1) on Windows. +To build, just run [`build.sh`](build.sh) on Linux or MacOS, [`build.ps1`](build.ps1) on Windows.