diff --git a/README.md b/README.md index 0a22c8ac..10fdc35b 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ forge snapshot ### Deploy -Run the command below. Remove `--broadcast`, `---rpc-url`, `--private-key` and `--verify` options to test locally +Run the command below. Remove `--broadcast`, `---rpc-url`, `--private-key`, `--verify` and `--etherscan-api-key` options to test locally ```sh -forge script --broadcast --rpc-url --private-key --verify script/DeployPermit2.s.sol:DeployPermit2 +forge script --broadcast --rpc-url --private-key --verify --etherscan-api-key script/DeployPermit2.s.sol:DeployPermit2 ``` ## Acknowledgments