From 0b27974258dfaa46cb30732be84efc948ba999b6 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 29 May 2026 19:10:58 +0200 Subject: [PATCH] docs: clarify animeschedule api key is optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b24d6..7cbb862 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The frontend is Tailwind CSS v4 with HTMX handling pagination, infinite scroll, Requires Go `1.25+`, Bun, and [just](https://github.com/casey/just). Migrations run on startup. Configuration lives in environment variables — see `cmd/server/main.go` for the full list. -The schedule board requires an API key from [animeschedule.net](https://animeschedule.net). Create an account, generate a token under your profile, and set it as `ANIMESCHEDULE_API_TOKEN`. +An optional API key from [animeschedule.net](https://animeschedule.net) can be used for the schedule board to enable English titles and improve performance. Create an account, generate a token under your profile, and set it as `ANIMESCHEDULE_API_TOKEN`. ```bash just dev