From 91c8c7c7e31b8d4822a704af3691d17938a71859 Mon Sep 17 00:00:00 2001 From: B Date: Wed, 2 Mar 2022 08:39:01 +0100 Subject: [PATCH] Update README.md Typo selecting a provider --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a7b0957..01c66337a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Open `site/.env.local` and change the value of `COMMERCE_PROVIDER` to the provid The setup for Shopify would look like this for example: ``` -COMMERCE_PROVIDER=shopify +COMMERCE_PROVIDER=@vercel/commerce-shopify NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=xxxxxxx.myshopify.com ```