From c87539144f5415b5e402cd6f6f1ba4c5897063d1 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 2 Feb 2019 22:47:59 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502a0a0..376fdaa 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,7 @@ the following entries: * `dst`: where this dotfile needs to be deployed (can use `variables` and `dynvariables`, make sure to quote). * `src`: dotfile path within the `dotpath` (can use `variables` and `dynvariables`, make sure to quote). * `link`: if true dotdrop will create a symlink instead of copying (default *false*). - * `link_children`: if true dotdrop will create a symlink for each files under `src` (default *false*). + * `link_children`: if true dotdrop will create a symlink for each file under `src` (default *false*). * `cmpignore`: list of pattern to ignore when comparing (enclose in quotes when using wildcards). * `upignore`: list of pattern to ignore when updating (enclose in quotes when using wildcards). * `actions`: list of action keys that need to be defined in the **actions** entry below.