From 7a58f2e135b6336b5cdb6bd0601e0d317429a92a Mon Sep 17 00:00:00 2001 From: Kiwi Date: Mon, 18 May 2026 19:17:58 -0400 Subject: [PATCH 1/2] docs(readme): fix grammar in Homebrew install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f501ef784..9e304934524 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To work with themes, the CLI needs to be installed globally with: - `npm install -g @shopify/cli` -You can also use do it through Homebrew on macOS: `brew tap shopify/shopify && brew install shopify-cli` +You can also install it through Homebrew on macOS: `brew tap shopify/shopify && brew install shopify-cli` Learn more in the docs: [Shopify CLI for themes](https://shopify.dev/docs/storefronts/themes/tools/cli) From 4205e068aa47204e7168f5fee2752422a34540e7 Mon Sep 17 00:00:00 2001 From: Kiwi Date: Mon, 18 May 2026 21:08:29 -0400 Subject: [PATCH 2/2] chore: trigger CI re-run after CLA signing