From 27bcd123ab805ab2105d181ead025dbf977be16b Mon Sep 17 00:00:00 2001 From: lakshit verma Date: Wed, 26 Aug 2026 22:41:23 +0530 Subject: [PATCH] docs: remove em dashes per style guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fadf2d..ec7202a 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ Search responses carry `x-total-count` (names in the index for the apex) and `x- Live dashboards get two more endpoints: -- `GET /v1/watch?apex=X&after=N` — NDJSON of names collected since sequence `N`, with `x-max-seq` and `x-truncated`. A cheap "what changed" poll. -- `GET /v1/feed?apex=X` — server-sent-event stream of new names for that apex, one rate-budget unit per session. Slow consumers get a `resync` event instead of silent gaps. +- `GET /v1/watch?apex=X&after=N`, NDJSON of names collected since sequence `N`, with `x-max-seq` and `x-truncated`. A cheap "what changed" poll. +- `GET /v1/feed?apex=X`, server-sent-event stream of new names for that apex, one rate-budget unit per session. Slow consumers get a `resync` event instead of silent gaps. Also: `/v1/stats` (`{"total":N,"top":[...]}`, optional `&n=`, cached, top-k bounded), `/healthz`, `/readyz`. Health endpoints skip the rate limit; everything else is counted.