From db715824b0dc75ebd4362d129f469a581b24a62c Mon Sep 17 00:00:00 2001 From: cron410 Date: Sat, 4 Apr 2015 18:41:28 -0400 Subject: [PATCH 1/2] Grammar and spelling of README.md Edited "Please use double quotes as path delimiters." for more correct grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1df62..67edc83 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If bash is not your default shell, you may invoke it using Osync can work with in three flavors: Quick sync mode, configuration file mode, and daemon mode. While quick sync mode is convenient to do fast syncs between some directories, a configuration file gives much more functionnality. -Please use double as directoires delimiters. Do not use escaped characters in directory names. +Please use double quotes as path delimiters. Do not use escaped characters in directory names. QuickSync example ----------------- From 1fc5235a5175b8d960866453be9f6cbd86075c58 Mon Sep 17 00:00:00 2001 From: cron410 Date: Sun, 24 May 2015 02:11:52 -0400 Subject: [PATCH 2/2] Updated requested naming Used consisted naming conventions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67edc83..298f176 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If bash is not your default shell, you may invoke it using Osync can work with in three flavors: Quick sync mode, configuration file mode, and daemon mode. While quick sync mode is convenient to do fast syncs between some directories, a configuration file gives much more functionnality. -Please use double quotes as path delimiters. Do not use escaped characters in directory names. +Please use double quotes as path delimiters. Do not use escaped characters in path names. QuickSync example -----------------