From 31a64f3cfe2f8fe652ffa3a4bc08d4e861261a86 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 17 Jul 2018 11:48:42 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5c0dd..e1e6b9d 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ the following entries: * `link_by_default`: when importing a dotfile set `link` to that value per default (default *false*) * **dotfiles** entry: a list of dotfiles - * When `link` is true, dotdrop will create a symlink instead of copying. Template generation (as in [template](#template)) is not supported when `link` is true. + * When `link` is true, dotdrop will create a symlink instead of copying. Template generation (as in [template](#template)) is not supported when `link` is true (default *false*). * `actions` contains a list of action keys that need to be defined in the **actions** entry below. * `trans` contains a list of transformation keys that need to be defined in the **trans** entry below. ```