diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-05 13:54:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-05 13:54:15 +0300 |
commit | e9f44f2ff5cc17edb718051a689c7c1f7a0908b5 (patch) | |
tree | cdd0220e9e2e8974dd036dd9276a964e358d7e9d | |
parent | README update (diff) | |
download | config-links-e9f44f2ff5cc17edb718051a689c7c1f7a0908b5.tar.gz config-links-e9f44f2ff5cc17edb718051a689c7c1f7a0908b5.zip |
README update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |