From cd4f96487564e3127308c1668ed89eb2cdec2d48 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Fri, 25 Jan 2019 16:25:42 -0400 Subject: [PATCH] Change "folder" for "directory" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a8d13..46da808 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ Dotdrop offers two ways to symlink dotfiles. The first simply links `dst` to `sr dotfile entry in the config file. The second symlink method is a little more complicated. It creates a symlink in -`dst` for every file/folder in `src`. This feature can be very useful dotfiles +`dst` for every file/directory in `src`. This feature can be very useful dotfiles such as vim where you may not want plugins cluttering your dotfiles repository. An example configuration and the corresponding result is given below.