From ed9b8ba70d00e5b2abcbf3ae6afb5532fd81057b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 19 Mar 2023 17:11:32 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95413c6..e951d43 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ super = "root" ### Server endpoint The server serves the API under the following endpoint: -``http://SERVERNAME[:PORT]/api/v1` where SERVERNAME[:PORT] is the +`http://SERVERNAME[:PORT]/api/v1` where SERVERNAME[:PORT] is the argument to the `-l` commandline argument or the config option `listen` or the environment variable `CENOD_LISTEN`.