From 67a0dac5faf49a4e1c1ba07d9547452fbfdbf30f Mon Sep 17 00:00:00 2001 From: Adam Cimarosti Date: Mon, 29 Jan 2024 11:33:55 +0000 Subject: [PATCH] doc: README tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93c76d..b049537 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A few rules: * The last semicolon is mandatory. * Service name and keys are case-insensitive. * Values are case-sensitive. -* A semicolon can't appear as a key. +* Keys are ASCII alphanumeric and start with a letter. * If a semicolon `;` appears in a value, escaped it as a double semicolon `;;`. ## Grammar