aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce7dbc1..11fb20c 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Limitations
Only alphanumeric variable names are supported.
Speaking more precisely, directory names must match the
-`^%[_[:alpha:]][_[:alnum:]]+%$` regular expression.
+`^%[_[:alpha:]][_[:alnum:]]*%$` regular expression.
This means that, for example, the environment variable `ProgramFiles(x86)` is
not supported.