Selaa lähdekoodia

docs: minor changes in README

Paul Razvan Berg 4 vuotta sitten
vanhempi
commit
38b6ee89fe
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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