Skip to content

Commit 128ac3d

Browse files
authored
Merge pull request #34 from scosemicolon/sam-fix-readme-repo-path-20260603
docs: fix README clone path
2 parents e87a8c3 + 374ca7d commit 128ac3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ All services are exposed through a consistent interface of MCP tools, resources,
182182

183183
```bash
184184
# Clone the repository
185-
git clone https://github.com/mcpdotdirect/mcp-evm-server.git
186-
cd mcp-evm-server
185+
git clone https://github.com/mcpdotdirect/evm-mcp-server.git
186+
cd evm-mcp-server
187187

188188
# Install dependencies with Bun
189189
bun install

0 commit comments

Comments
 (0)