From 83e88138135bb61a721fe3c6f4d8796a96378293 Mon Sep 17 00:00:00 2001 From: Chitranshu Varshney <91683673+ChitranshVashney@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:03:11 +0530 Subject: [PATCH] Update README.md - Incorrect Command: cd ic-eth-rpc - Corrected Command: cd evm-rpc-canister This change ensures that the instructions align correctly with the cloned repository directory name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c9135e..5b6453c9 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Run the following commands to set up a local development environment: ```bash # Clone the repository and install dependencies git clone https://github.com/internet-computer-protocol/evm-rpc-canister -cd ic-eth-rpc +cd evm-rpc-canister npm install # Deploy to the local replica