From a74c061f533a24a3b6eab9d8027f560eeaadd786 Mon Sep 17 00:00:00 2001 From: Flux Date: Sat, 27 Aug 2022 12:21:05 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396d2f2..431bd44 100644 --- a/README.md +++ b/README.md @@ -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);