Browse Source

Improve README

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

+ 4 - 4
README.md

@@ -5,12 +5,12 @@ 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:
 * Simple integration into existing code
 * Support for multiple configs
-* Nested class resolution - easily create a grouped structure
-* Listeners - observe your config entries
+* Nested class resolution  easily create a grouped structure
+* Listeners  observe your config entries
 * User-friendly save format
-* Commentable files - comments are retained permanently
+* Commentable files  comments are retained permanently
 * Customizable GUI generation
-* Extensible via extension system
+* Fully extensible via extension system
 
 ## Setup
 [![](https://jitpack.io/v/com.gitlab.Lortseam/completeconfig.svg)](https://jitpack.io/#com.gitlab.Lortseam/completeconfig)