瀏覽代碼

Update README

Lortseam 4 年之前
父節點
當前提交
607380f6a3
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      README.md

+ 6 - 5
README.md

@@ -3,13 +3,14 @@ CompleteConfig is a flexible, all-in-one configuration API for [Fabric](https://
 
 ## Highlights
 Beside the basic elements of a config library, CompleteConfig offers the following unique features:
-* Simple integration into existing code
-* Support for multiple configs
-* Nested class resolution — easily create a grouped structure
-* Listeners — observe your config entries
+* Simple and fast integration into existing code
+* Multiple configs support
+* Nested class resolution
+* Listeners
 * User-friendly save format
-* Commentable files — comments are retained permanently
+* Permanently retained comments
 * Customizable config screen (GUI) generation
+* Automatic Mod Menu integration
 * Fully extensible via extension system
 
 ## Setup