Correct the repo url in installation instructions

This commit is contained in:
Luke Naylor 2025-03-16 16:43:08 +00:00 committed by GitHub
parent ec7ac7b695
commit 80e01ca437
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ This is an MCP (Model Context Protocol) server that provides tools for Rust crat
## Installation
```bash
git clone https://github.com/yourusername/cratedocs-mcp.git
git clone https://github.com/d6e/cratedocs-mcp.git
cd cratedocs-mcp
cargo build --release
```