From 9650566134e4e18a8a3b380e872292f23c04f697 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 5 Jun 2025 10:20:00 +0200 Subject: [PATCH] fix md format --- Readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 93ae01c..6b93f5f 100644 --- a/Readme.md +++ b/Readme.md @@ -31,10 +31,9 @@ To deploy the marketplace, you need to specify the network using `--network MY_N npm run deploy -- --network localhost ``` -Hardhat uses [reconciliation](https://hardhat.org/ignition/docs/advanced/reconciliation) to recover -from errors or resume a previous deployment. -In our case, we will likely redeploy a new contract every time, so we will need to -[clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset): +Hardhat uses [reconciliation](https://hardhat.org/ignition/docs/advanced/reconciliation) to recover from +errors or resume a previous deployment. In our case, we will likely redeploy a new contract every time, +so we will need to [clear the previous deployment](https://hardhat.org/ignition/docs/guides/modifications#clearing-an-existing-deployment-with-reset): ```bash npm run deploy -- --network testnet --reset