소스 검색

Update README

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

+ 3 - 3
README.md

@@ -26,10 +26,10 @@ Then add CompleteConfig to the dependencies:
 ```groovy
 dependencies {
     [...]
-
-    // Adds CompleteConfig and bundles it within the mod's jar file
+    
     // Replace Tag with the current version you can find above
-    modImplementation ("com.gitlab.Lortseam:completeconfig:Tag")
+    modImplementation("com.gitlab.Lortseam:completeconfig:Tag")
+    // Optional: Bundles the library within the mod's jar file, so users don't have to download it seperately
     include("com.gitlab.Lortseam:completeconfig:Tag")
 }
 ```