From 4b84f36e37f9a1d70a89e2930ee7f21dd94a3c19 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Mon, 1 Sep 2025 15:09:54 +0200 Subject: [PATCH] docs: Update readme Signed-off-by: Christopher Lepski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51dcfc43..6cc256e0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ response. ## Security -To use most of the endpoints the user needs to be authenticated using JWT in the authorization header. There are 4 +To use most of the endpoints the users needs to be authenticated using JWT in the authorization header. There are 4 environment variables that can be set in the container to configure the validation/processing of the JWT. | Environment variable | Java Property | Description | Example |