From 3553b2697c196bab5d7e20eb9ce66d40a205fb1a Mon Sep 17 00:00:00 2001 From: Femi Bankole Date: Wed, 23 Nov 2022 16:15:02 +0100 Subject: [PATCH] fix typo (#1456) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17df1a2..0e23f9f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do brew install act ``` -or if you want to install version based on latest commit, you can run below (it requires compiler to be installed installed but Homebrew will suggest you how to install it, if you don't have it): +or if you want to install version based on latest commit, you can run below (it requires compiler to be installed but Homebrew will suggest you how to install it, if you don't have it): ```shell brew install act --HEAD