소스 검색

Improve README

Lortseam 4 년 전
부모
커밋
d892dd8100
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -16,14 +16,14 @@ This means:
 To use the library, first add the JitPack repository to your `build.gradle`:
 ```groovy
 repositories {
-    ...
+    [...]
     maven { url 'https://jitpack.io' }
 }
 ```
 Then add CompleteConfig as dependency:
 ```groovy
 dependencies {
-    ...
+    [...]
 
     // This adds CompleteConfig and includes it in your mod's jar, so users don't have to install it
     // Replace Tag with the current version you can find above