Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Aug 27, 2022
1 parent 67567ec commit a74c061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
Konfig konfig = new Konfig("example"); // creates a new instance and tries to load the config file

KonfigCategory category = new KonfigCategory("category");
category.add("key", "default value"); // default value can be a String, Number or Boolean
category.add("key", "default value"); // default value can be a String, Number, Boolean or JsonElement

konfig.add(category);

Expand Down

0 comments on commit a74c061

Please sign in to comment.