From 2a1da082160f8fd1a381cd0b0b95c769ef33eb33 Mon Sep 17 00:00:00 2001 From: "Maurice L." Date: Sun, 1 Mar 2026 13:07:49 +0100 Subject: [PATCH] Removed typo - closes https://git.miaurizius.de/MiauRizius/shap-planner-backend/issues/1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bdbc5c..ecad9e1 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ go run main.go ## Configuration ### Environment Variables -| Variable | Description | Example | -|----------------|-------------------------------------------------------|----------------| -| `SHAP-JWT_SECRET` | Secret used to sign JWT tokens | `superrandomsecret123` | +| Variable | Description | Example | +|-------------------|-------------------------------------------------------|----------------| +| `SHAP_JWT_SECRET` | Secret used to sign JWT tokens | `superrandomsecret123` | ---