From 9d57e3b22c5b3619cd6190655d2c57cc282d217c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 23 May 2025 11:27:20 +0200 Subject: [PATCH] Fix typo in documentation --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 464222b..a7e962b 100644 --- a/Readme.md +++ b/Readme.md @@ -64,7 +64,7 @@ In our case, we will likely redeploy a new contract every time, so we will need [clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset): ```bash -HARDHAT_NETWORK=localhost npm run deploy-reset +HARDHAT_NETWORK=localhost npm run deploy:reset ``` Or you can you `npx` directly: