From fe2762904cbb0f15a0ff1a0c1f33fd995242f149 Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Tue, 22 Jul 2025 00:07:04 +0200 Subject: [PATCH] fix: marble env keys --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a6b21ab..e5b8ae19 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ Before you begin, ensure you have the following installed on your system: UPSTASH_REDIS_REST_TOKEN="example_token" # Marble Blog - MARBLE_WORKSPACE_KEY=cm6ytuq9x0000i803v0isidst # example organization key - MARBLE_API_URL=https://api.marblecms.com + MARBLE_WORKSPACE_KEY=cm6ytuq9x0000i803v0isidst # example organization key + MARBLE_API_URL=https://api.marblecms.com # Development NODE_ENV="development"