Skip to content

Commit

Permalink
Minor typo in the README.md (#260)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
ChitranshVashney authored Aug 29, 2024
1 parent 30cccbe commit 8ce8414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ce8414

Please sign in to comment.