From a2829ec325569c7776d218046e228828665af17c Mon Sep 17 00:00:00 2001 From: PululuK Date: Tue, 24 Feb 2026 22:34:32 +0100 Subject: [PATCH] Fix doc typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a5a6b5..3ef25172 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Using yarn: yarn create @shopify/app --template php ``` -Using npx: +Using npm: ```shell npm init @shopify/app@latest -- --template php