From b5ba5e76be75257248a4f8daded15e5a184eebb0 Mon Sep 17 00:00:00 2001 From: Joe Refoy Date: Sat, 20 Mar 2021 02:07:35 +1000 Subject: [PATCH] Fix yarn package installation command (#240) * Fix yarn package installation command * Update README.md Co-authored-by: B Co-authored-by: B --- framework/shopify/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/shopify/README.md b/framework/shopify/README.md index fc6a70ce3..eeae73afc 100644 --- a/framework/shopify/README.md +++ b/framework/shopify/README.md @@ -27,8 +27,8 @@ 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 ``` 3. Environment variables need to be set: