Browse Source

Update README

Lortseam 4 years ago
parent
commit
d1e08cfdc7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,11 +5,11 @@ CompleteConfig is a flexible, all-in-one configuration API for [Fabric](https://
 Beside the basic elements of a config library, CompleteConfig offers the following unique features:
 Beside the basic elements of a config library, CompleteConfig offers the following unique features:
 * Simple integration into existing code
 * Simple integration into existing code
 * Support for multiple configs
 * Support for multiple configs
-* Nested class resolution - easily create a POJO structure
+* Nested class resolution - easily create a grouped structure
 * Listeners - observe your config entries
 * Listeners - observe your config entries
 * User-friendly save format
 * User-friendly save format
 * Commentable files - comments are retained permanently
 * Commentable files - comments are retained permanently
-* Configurable GUI generation
+* Customizable GUI generation
 * Extensible via extension system
 * Extensible via extension system
 
 
 ## Setup
 ## Setup