diff --git a/README.md b/README.md index e30e9b5..5d734e1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Deploy the Cairo contracts: In a New Terminal Set up local Ethereum testing: ```bash - cd ../ethereum + cd ethereum cp anvil.env .env source .env forge script script/LocalTesting.s.sol:LocalSetup --broadcast --rpc-url ${ETH_RPC_URL}