From 092f4b65fbca1e7f649d7160da562d759bbfd1c2 Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:18:03 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9753f79..478f005 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ One of the main features of TOML is categories(work as dotted keys), and Plume C @Category("abc") public @Comment String catComment="Categorized Comment"; -public String uncat="Uncategorized"; +public @Option String uncat="Uncategorized"; @Category("abc") public @Option String cat="Categorized";