Skip to content

Commit f32317a

Browse files
committed
chore: update README.md
Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
1 parent 22b7dc1 commit f32317a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Upcoming features and developments for the 1.0.0 release:
4141

4242
- 🔍 Shopify Analytics support
4343

44-
## 📦 Setup
44+
## Setup
4545

4646
> To get started immediately, you can use the [store template](https://github.com/nuxt-modules/shopify/tree/main/template) with a pre-configured Shopify store and module setup.
4747
@@ -194,9 +194,8 @@ Then you can access the Customer Account API on the client side with the `useCus
194194
const customerAccount = useCustomerAccount()
195195
196196
const { data } = await customerAccount.request(`#graphql
197-
query {
197+
query FetchCustomer {
198198
customer {
199-
id
200199
firstName
201200
lastName
202201
}
@@ -274,9 +273,8 @@ export default defineEventHandler(async () => {
274273
const customerAccount = useCustomerAccount()
275274

276275
return await customerAccount.request(`#graphql
277-
query {
276+
query FetchCustomer {
278277
customer {
279-
id
280278
firstName
281279
lastName
282280
}

0 commit comments

Comments
 (0)