Fix yarn package installation command

This commit is contained in:
Joe Refoy 2021-03-19 19:35:45 +10:00 committed by GitHub
parent 8dee3bdf94
commit 951bcdd7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,9 @@ Collection of hooks and data fetching functions to integrate Shopify in a React
1. Install dependencies: 1. Install dependencies:
``` ```
yarn install shopify-buy yarn add shopify-buy
yarn install -D @types/shopify-buy
yarn add @types/shopify-buy --dev
``` ```
3. Environment variables need to be set: 3. Environment variables need to be set: