From 003692f3ec0f73dc027009e4c63548fe6af7db53 Mon Sep 17 00:00:00 2001 From: Luis Alvarez D Date: Thu, 29 Jul 2021 17:48:10 -0500 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f8fed7b7a..8204b3445 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,6 @@ And check that the `tsconfig.json` resolves to the chosen provider: "@framework/*": ["framework/shopify/*"] ``` -The setup for Vendure would look like this: - -``` -COMMERCE_PROVIDER=vendure -NEXT_PUBLIC_VENDURE_SHOP_API_URL=https://demo.vendure.io/shop-api -NEXT_PUBLIC_VENDURE_LOCAL_URL=/vendure-shop-api -``` - That's it! ### Features