Bläddra i källkod

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

Paul Razvan Berg 4 år sedan
förälder
incheckning
59f7d45bcb
1 ändrade filer med 1 tillägg och 3 borttagningar
  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
 ```json
 {
 {
-  ...
   "solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
   "solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
-  "solidity.defaultCompiler": "remote",
-  ...
+  "solidity.defaultCompiler": "remote"
 }
 }
 ```
 ```