소스 검색

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