ソースを参照

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