From 951bcdd7bd07f97c20fb14db84a43f17adafcecf Mon Sep 17 00:00:00 2001 From: Joe Refoy Date: Fri, 19 Mar 2021 19:35:45 +1000 Subject: [PATCH] Fix yarn package installation command --- framework/shopify/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/framework/shopify/README.md b/framework/shopify/README.md index fc6a70ce3..02d4f3f85 100644 --- a/framework/shopify/README.md +++ b/framework/shopify/README.md @@ -27,8 +27,9 @@ Collection of hooks and data fetching functions to integrate Shopify in a React 1. Install dependencies: ``` -yarn install shopify-buy -yarn install -D @types/shopify-buy +yarn add shopify-buy + +yarn add @types/shopify-buy --dev ``` 3. Environment variables need to be set: