From adb239ab7c91a5f18662c7e3bb2e59f5d963833d Mon Sep 17 00:00:00 2001 From: Kevin Wojkovich Date: Wed, 25 Dec 2024 22:24:53 -0600 Subject: [PATCH] fixup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9380179..858f41e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It's a simple path-based HTTP API. ## Token File The token file is a brain-dead access control mechanism. It is a file that contains a single "API Key" per line. You are free to mint and distribute -API Keys that users can include in the `X-MASKER-TOKEN` header with their +API Keys that users can include in the `x-api-token` header with their requests. ## Hosts File