Update README.md

This commit is contained in:
Seif Ghazi 2025-07-14 12:47:27 -04:00 committed by GitHub
parent 5e6b32ed6a
commit 9000631b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,8 @@ Claude Code Proxy serves two main purposes:
1. **Clone the repository** 1. **Clone the repository**
```bash ```bash
git clone https://github.com/yourusername/claude-code-monitor.git git clone https://github.com/seifghazi/claude-code-proxy.git
cd claude-code-monitor cd claude-code-proxy
``` ```
2. **Set up your environment variables** 2. **Set up your environment variables**
@ -113,7 +113,7 @@ See `.env.example` for all available options.
## Project Structure ## Project Structure
``` ```
claude-code-monitor/ claude-code-proxy/
├── proxy/ # Go proxy server ├── proxy/ # Go proxy server
│ ├── cmd/ # Application entry points │ ├── cmd/ # Application entry points
│ ├── internal/ # Internal packages │ ├── internal/ # Internal packages
@ -148,4 +148,4 @@ claude-code-monitor/
## License ## License
MIT License - see [LICENSE](LICENSE) for details. MIT License - see [LICENSE](LICENSE) for details.