Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add pnpm example to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaluu committed Feb 12, 2024
1 parent 67182f5 commit 296bca5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions packages/graphql-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ The GraphQL Client can be used to interact with any Shopify's GraphQL APIs. Clie


## Getting Started
To install this package in a project, you can run either command in your terminal:
Using your preferred package manager, install this package in a project:

### Yarn
```bash
```sh
yarn add @shopify/graphql-client
```

### NPM
```bash
```sh
npm install @shopify/graphql-client --s
```

```sh
pnpm add -D @shopify/graphql-client
```

### CDN
The UMD builds of each release version are available via the [`unpkg` CDN](https://unpkg.com/browse/@shopify/graphql-client@latest/dist/umd/)

Expand Down
12 changes: 7 additions & 5 deletions packages/storefront-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
The Storefront API Client manages the API's authentication information and provides various methods that enables devs to interacts with the API.

## Getting started
To install this package in a project, you can run either command in your terminal:
Using your preferred package manager, install this package in a project:

### Yarn
```bash
```sh
yarn add @shopify/storefront-api-client
```

### NPM
```bash
```sh
npm install @shopify/storefront-api-client --s
```

```sh
pnpm add -D @shopify/storefront-api-client
```

### CDN
The UMD builds of each release version are available via the [`unpkg` CDN](https://unpkg.com/browse/@shopify/storefront-api-client@latest/dist/umd/)

Expand Down

0 comments on commit 296bca5

Please sign in to comment.