aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-05 13:54:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-05 13:54:15 +0300
commite9f44f2ff5cc17edb718051a689c7c1f7a0908b5 (patch)
treecdd0220e9e2e8974dd036dd9276a964e358d7e9d
parentREADME update (diff)
downloadconfig-links-e9f44f2ff5cc17edb718051a689c7c1f7a0908b5.tar.gz
config-links-e9f44f2ff5cc17edb718051a689c7c1f7a0908b5.zip
README update
-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.