docs: Removed slightly-confusing wording in the README

This commit is contained in:
2026-05-22 12:56:49 -06:00
parent e6da252a5a
commit 5370637274
+1 -2
View File
@@ -174,12 +174,11 @@ subscribers, Google Gemini), you can authenticate with your existing subscriptio
# In your config.yaml # In your config.yaml
clients: clients:
- type: claude - type: claude
name: my-claude-oauth
auth: oauth # Indicate you want to authenticate with OAuth instead of an API key auth: oauth # Indicate you want to authenticate with OAuth instead of an API key
``` ```
```sh ```sh
loki --authenticate my-claude-oauth loki --authenticate claude
# Or via the REPL: .authenticate # Or via the REPL: .authenticate
``` ```