From f96fa6561ecf08a428ccc8c543ffa32d1c01f1a8 Mon Sep 17 00:00:00 2001 From: SuperComboGamer <36320904+SuperComboGamer@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:08:13 -0800 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72758a78..8a5ceb75 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Automaker supports multiple authentication methods (in order of priority): Add to your `~/.bashrc` or `~/.zshrc`: ```bash -export CLAUDE_CODE_OAUTH_TOKEN="sk-ant-oat01-your-token-here" +export CLAUDE_CODE_OAUTH_TOKEN="YOUR_TOKEN_HERE" ``` Then restart your terminal or run `source ~/.bashrc`.