From 80e01ca437a9f19a346ebaf7d213d8aa6a0c6211 Mon Sep 17 00:00:00 2001 From: Luke Naylor Date: Sun, 16 Mar 2025 16:43:08 +0000 Subject: [PATCH] Correct the repo url in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f53d1..2c90eea 100644 --- a/README.md +++ b/README.md @@ -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 ```