From 9000631b36a487240cd8d53e86427b01562fca30 Mon Sep 17 00:00:00 2001 From: Seif Ghazi <36180081+seifghazi@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:47:27 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae94533..010f300 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Claude Code Proxy serves two main purposes: 1. **Clone the repository** ```bash - git clone https://github.com/yourusername/claude-code-monitor.git - cd claude-code-monitor + git clone https://github.com/seifghazi/claude-code-proxy.git + cd claude-code-proxy ``` 2. **Set up your environment variables** @@ -113,7 +113,7 @@ See `.env.example` for all available options. ## Project Structure ``` -claude-code-monitor/ +claude-code-proxy/ ├── proxy/ # Go proxy server │ ├── cmd/ # Application entry points │ ├── internal/ # Internal packages @@ -148,4 +148,4 @@ claude-code-monitor/ ## License -MIT License - see [LICENSE](LICENSE) for details. \ No newline at end of file +MIT License - see [LICENSE](LICENSE) for details.