From 60e867689ac63ae32fdbae4982b161b59475b46f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 22 May 2026 12:56:49 -0600 Subject: [PATCH] docs: Removed slightly-confusing wording in the README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e80e06a..cac7cbc 100644 --- a/README.md +++ b/README.md @@ -174,12 +174,11 @@ subscribers, Google Gemini), you can authenticate with your existing subscriptio # In your config.yaml clients: - type: claude - name: my-claude-oauth auth: oauth # Indicate you want to authenticate with OAuth instead of an API key ``` ```sh -loki --authenticate my-claude-oauth +loki --authenticate claude # Or via the REPL: .authenticate ```