浏览代码

docs: minor changes in README

Paul Razvan Berg 4 年之前
父节点
当前提交
38b6ee89fe
共有 1 个文件被更改,包括 4 次插入4 次删除
  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