Przeglądaj źródła

Update README.md

Kristjan Kosic 4 lat temu
rodzic
commit
da67f242b3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ A BoilerPlate Template Project To Start Solidity Development With Hardhat and Ty
 - typescript support enabled
 - typescript support enabled
 - typechain plugin installed (typescript type bindings are generated from smart contracts)/check Typechain docs
 - 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; multi-network)
 - 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
+- hardhat console enabled - to allow console.log usage within solidity code
 - testing environment configured and operational
 - testing environment configured and operational
 
 
 Check the Hardhat documentation for more information. 
 Check the Hardhat documentation for more information.