From f75721db879f2a61894a5a257572fc187240c46c Mon Sep 17 00:00:00 2001 From: Loc Nguyen Date: Tue, 18 Mar 2025 12:43:54 +0700 Subject: [PATCH] Fix git clone link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61ac63..4e9a6c9 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ All services are exposed through a consistent interface of MCP tools and resourc ```bash # Clone the repository -git clone https://github.com/yourusername/mcp-evm-server.git +git clone https://github.com/mcpdotdirect/mcp-evm-server.git cd mcp-evm-server # Install dependencies with Bun