From 4c02a821daff212903dda420ba474e7c9f12bc9a Mon Sep 17 00:00:00 2001 From: Mohit Arora Date: Sat, 25 Jul 2026 09:27:16 +0530 Subject: [PATCH] docs: fix rateLimiter requestsPerMinute command syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249e60e..f05dc50 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Runs a local web server that lets you interact with the ZenithProxy instance. * `webApi logRetentionEntries ` -> default: 500 * `webApi commandsAccountOwnerPerms on/off` -> default: off * `webApi rateLimiter on/off` -> default: on -* `webApi rateLimitRequestsPerMinute ` -> default: 30 +* `webApi rateLimiter requestsPerMinute ` -> default: 30 # Web UI