diff --git a/contracts/README.md b/contracts/README.md index 1072ce1f..bb6c6447 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -39,7 +39,7 @@ And run the tests with forge test: forge test ``` -And get the coverage with fotge coverage: +And get the coverage with forge coverage: ```bash forge coverage @@ -100,7 +100,7 @@ network files describing the deployed contracts. ### Verify with arguments -Change the arguments you want to use fpr the verify action in `contracts/script/arguments.ts`, then run: +Change the arguments you want to use for the verify action in `contracts/script/arguments.ts`, then run: ``` npx hardhat verify --network NETWORK_NAME CONTRACT_ADDRESS --constructor-args contracts/script/arguments.ts