From 0bda80355b06c92f85bdf5c72821849a7ae9b133 Mon Sep 17 00:00:00 2001 From: Ivor Xinzi Zhou Date: Mon, 8 Jan 2018 13:01:14 +0800 Subject: [PATCH] Fix a type of daemon at README.md As the title suggests, just a simple fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed168b0..f4069db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/deajan/osync.svg?label=Latest)](https://github.com/deajan/osync/releases/latest) A two way filesync script running on bash Linux, BSD, Android, MacOSX, Cygwin, MSYS2, Win10 bash 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. +File synchronization is bidirectional, and can be run manually, as scheduled task, or triggered on file changes in daemon mode. It is a command line tool rsync wrapper with a lot of additional features baked in. This is a quickstart guide, you can find the full documentation on the author's site.