From e3f5e3b12b482e7040b27637fb6d565507e30cff Mon Sep 17 00:00:00 2001 From: slightsharp Date: Thu, 5 Feb 2026 00:51:42 +0800 Subject: [PATCH] chore: fix typo in examples/read-only-auth/README.md Signed-off-by: slightsharp --- examples/read-only-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/read-only-auth/README.md b/examples/read-only-auth/README.md index 90d3208..9fec0ee 100644 --- a/examples/read-only-auth/README.md +++ b/examples/read-only-auth/README.md @@ -145,7 +145,7 @@ Re-running the setup script generates new API keys for index 253, which invalida ### Best Practices 1. **Store tokens securely**: The `auth-tokens.json` file contains sensitive data (read only, but still) -2. **Dedicated API key**: Use API key 253 for read-only token generation, as it can be invalidated easely. +2. **Dedicated API key**: Use API key 253 for read-only token generation, as it can be invalidated easily. ## Troubleshooting