Skip to content

docs: fix rateLimiter requestsPerMinute command syntax in README#3

Open
Arora-Sir wants to merge 1 commit into
rfresh2:mainlinefrom
Arora-Sir:fix/readme-ratelimiter-syntax
Open

docs: fix rateLimiter requestsPerMinute command syntax in README#3
Arora-Sir wants to merge 1 commit into
rfresh2:mainlinefrom
Arora-Sir:fix/readme-ratelimiter-syntax

Conversation

@Arora-Sir

Copy link
Copy Markdown

Fixes #1.

Changes

Corrects the syntax for the rate limiter requests per minute command in README.md:

  • Incorrect: webApi rateLimitRequestsPerMinute <rate>
  • Correct: webApi rateLimiter requestsPerMinute <rate>

Verified against Brigadier command registrations in dev/zenith/web/command/WebAPICommand.java where requestsPerMinute is registered as a sub-literal under rateLimiter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two minor typos in README

1 participant