ソースを参照

chore: remove dots (...) in README.md json snippet

Paul Razvan Berg 4 年 前
コミット
59f7d45bcb
1 ファイル変更1 行追加3 行削除
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -87,10 +87,8 @@ compiler version is to add the following fields to your VSCode user settings:
 
 ```json
 {
-  ...
   "solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
-  "solidity.defaultCompiler": "remote",
-  ...
+  "solidity.defaultCompiler": "remote"
 }
 ```