From 6a0338cf1e79cea1793fe3ea7c1e2876dde5a981 Mon Sep 17 00:00:00 2001 From: Kelvin Newton <116891357+kelvinnewtonHudl@users.noreply.github.com> Date: Wed, 14 May 2025 09:52:18 -0400 Subject: [PATCH] Fixed repo name in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dbbc89..8e305c7 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ A proxy server that lets you use Anthropic clients with Gemini or OpenAI models 1. **Clone this repository**: ```bash - git clone https://github.com/1rgs/claude-code-openai.git - cd claude-code-openai + git clone https://github.com/1rgs/claude-code-proxy.git + cd claude-code-proxy ``` 2. **Install uv** (if you haven't already):