فهرست منبع

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"
 }
 ```