From 5f3c89928c8706fea0d04a0f662f1dfceb1db1cf Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 25 Dec 2024 21:09:59 -0800 Subject: [PATCH] Fix capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 971f066..f28f655 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ mapped to extended configuration dictionaries. | `exclude` | Array of glob patterns to remove from glob matches. Uses same syntax as `path`. Ignored if `glob` is `false`. (default: empty, keep all matches) | | `prefix` | Prepend prefix prefix to basename of each file when linked, when `glob` is `true`. (default: '') | -When `glob: True`, Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob) to resolve glob paths, expanding Unix shell-style wildcards, which are **not** the same as regular expressions; Only the following are expanded: +When `glob: true`, Dotbot uses [glob.glob](https://docs.python.org/3/library/glob.html#glob.glob) to resolve glob paths, expanding Unix shell-style wildcards, which are **not** the same as regular expressions; Only the following are expanded: | Pattern | Meaning | |:---------|:-----------------------------------|