From f8723321402af5cb719a5685b59afe973ae2e2e3 Mon Sep 17 00:00:00 2001 From: Victor Gerbrands <42065266+VariableVic@users.noreply.github.com> Date: Thu, 11 May 2023 17:24:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce394bbf..220c13900 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ cd my-medusa-store medusa develop #### 4. Add Medusa backend domain to an environment variable -Create a `MEDUSA_BACKEND_API` environment variable in you Next.js Commerce project and use your Medusa backend domain as the the value (default: `http://localhost:9000`). +Create a `NEXT_PUBLIC_MEDUSA_BACKEND_API` environment variable in you Next.js Commerce project and use your Medusa backend domain as the the value (default: `http://localhost:9000`).