From 8fdc766a1609982c9b1842c0153119f686d2b747 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Thu, 22 May 2025 10:26:03 -0700 Subject: [PATCH] Update README.md documentation links and OAuth description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix documentation URL to use correct claude-code path - Update code formatting from tags to markdown backticks - Clarify OAuth process supports both Claude Max and Console accounts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c20b6612..1993a179 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Some of its key capabilities include: - Execute and fix tests, lint, and other commands - Search through git history, resolve merge conflicts, and create commits and PRs -**Learn more in the [official documentation](https://docs.anthropic.com/en/docs/agents/claude-code/introduction)**. +**Learn more in the [official documentation](https://docs.anthropic.com/en/docs/claude-code/overview)**. ## Get started @@ -29,9 +29,9 @@ Some of its key capabilities include: npm install -g @anthropic-ai/claude-code ``` -3. Navigate to your project directory and run claude. +3. Navigate to your project directory and run `claude`. -4. Complete the one-time OAuth process with your Anthropic Console account. +4. Complete the one-time OAuth process with your Claude Max or Anthropic Console account. ### Reporting Bugs