Kristjan Kosic 4 éve
szülő
commit
2f4606a6a9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ A BoilerPlate Template Project To Start Solidity Development With Hardhat and Ty
 
 - typescript support enabled
 - typechain plugin installed (typescript type bindings are generated from smart contracts)/check Typechain docs
-- hardhat-deploy plugin enabled (use deployments from `deploy` folder, order and tag them. Multinetwork deployments supported)
+- hardhat-deploy plugin enabled (use deployments from `deploy` folder, order and tag them; multi-network)
 - hardhat console enabled - to allow of 'solidity' console.log usage
 - testing environment configured and operational