diff --git a/README.md b/README.md index 4b94441a0..8f29734e5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=xxxxxxx.myshopify.com ``` -And change the `tsconfig.json` to resolve to the chosen provider: +And check that the `tsconfig.json` resolves to the chosen provider: + ``` "@framework": ["framework/shopify"], "@framework/*": ["framework/shopify/*"]