Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit c5c9284

Browse files
author
A-J Roos
committed
update shopifyGraphQLProxy import code in both examples
1 parent 9b126a6 commit c5c9284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are creating a [Custom Shopify app](https://help.shopify.com/en/manual/ap
4040
auth step and provide the `shop url` and `password`.
4141

4242
```js
43-
import { shopifyGraphQLProxy, ApiVersion } from "fastify-shopify-graphql-proxy";
43+
import shopifyGraphQLProxy, { ApiVersion } from "fastify-shopify-graphql-proxy";
4444
import Fastify from "fastify";
4545

4646
const server = Fastify({
@@ -71,7 +71,7 @@ will need to use `fastify-session` for this to work.
7171
```js
7272
import fastifySession from "fastify-session";
7373
import createShopifyAuth from "fastify-shopify-auth";
74-
import { shopifyGraphQLProxy, ApiVersion } from "fastify-shopify-graphql-proxy";
74+
import shopifyGraphQLProxy, { ApiVersion } from "fastify-shopify-graphql-proxy";
7575
import Fastify from "fastify";
7676

7777
const server = Fastify({

0 commit comments

Comments
 (0)