From 9100e61ad20b93d223ee345f2d2c492536655949 Mon Sep 17 00:00:00 2001 From: Najam Date: Mon, 5 Dec 2016 01:29:32 +0400 Subject: [PATCH] Corrected typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8798ca..dbec149 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A two way filesync script with fault tolerance, resume, soft deletion, conflictual file backups running on bash (linux, BSD and virtually any system supporting bash). File synchronization is bidirectional, and can be run manually, as scheduled task, or triggered on file changes in deamon mode. -It is a command line tool rsync wrapper with a lot of additional features backed in. +It is a command line tool rsync wrapper with a lot of additional features baked in. About -----