From 51ed59b49508f0f0d0d5e44aaa06854cb9f06500 Mon Sep 17 00:00:00 2001 From: zedimytch <127148242+zedimytch@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:10:50 -0700 Subject: [PATCH] Fix typo in README about trade reversals --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1926b7f..9c1e9e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [reverse.watch](https://reverse.watch) -Community-driven open trade reversal tracking database for Steam. Participating entities can report trade reverals to the open database. +Community-driven open trade reversal tracking database for Steam. Participating entities can report trade reversals to the open database. ## Interested in Participating? @@ -47,4 +47,4 @@ API keys are scoped to an entity and carry a permission bitfield. Keys are prefi ## Rate Limiting -Rate limits are enforced in-memory per process. Throttled responses return `429 Too Many Requests` with `X-RateLimit-*` and `Retry-After` headers. \ No newline at end of file +Rate limits are enforced in-memory per process. Throttled responses return `429 Too Many Requests` with `X-RateLimit-*` and `Retry-After` headers.