mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Fix yarn package installation command (#240)
* Fix yarn package installation command * Update README.md Co-authored-by: B <curciobelen@gmail.com> Co-authored-by: B <belen@vercel.com>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user