Parcourir la source

Update README

Lortseam il y a 4 ans
Parent
commit
71a214292c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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")
 }
 ```