Parcourir la source

docs: minor changes in README

Paul Razvan Berg il y a 4 ans
Parent
commit
38b6ee89fe
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -89,16 +89,16 @@ $ yarn clean
 
 ### Deploy 
 
-Deploy the contracts to hardhat test network.
+Deploy the contracts to Hardhat Network:
 
 ```sh
-$ yarn deploy 
+$ yarn deploy
 ```
 
-Deploy the contracts to a specific network.
+Deploy the contracts to a specific network, such as the Ropsten testnet:
 
 ```sh
-$ yarn deploy:network ropsten 
+$ yarn deploy:network ropsten
 ```
 
 ## Syntax Highlighting