From ac32fe569bae465d46eca4eedaf76f36cc0aed27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erwin=20Gait=C3=A1n=20Ospino?= Date: Fri, 18 Mar 2016 15:42:44 -0500 Subject: [PATCH] Fixing "excluded directories" section in README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f1e56e..b5df616 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,13 @@ backslash to escape special regex symbols such as dots in directory names. Example of setting the list of excluded directories in your user preferences file: { - "excluded_dir_patterns": [ - "tmp", "|.git", "|.svn" - ] + "SublimeQuickFileCreator": + { + "excluded_dir_patterns": + [ + "tmp", "|.git", "|.svn" + ] + } } ...and in a project file: