From 47677de06700c6eb2043d48c0d43205d02c20b7a Mon Sep 17 00:00:00 2001 From: onionjake Date: Sat, 6 Dec 2014 14:36:20 -0700 Subject: [PATCH] Make it clear CS is not just file sync --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5c21e1b..f833533 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ ClearSkies ========== -ClearSkies is a sync program similar to DropBox, except it does not require a -monthly fee. Instead, you set up shares between two or more computers and the -sharing happens amongst them directly. - -ClearSkies is inspired by BitTorrent Sync, but it has an open protocol that can -be audited for security. - -The protocol is layered in such a way that other applications can take advantage -of it for purposes other than file sync. +ClearSkies is a friend-to-friend protocol. ClearSkies is inspired by BitTorrent +Sync, but it has an open protocol that can be audited for security. The +protocol is also layered in such a way that other applications can take +advantage of it for purposes other than file sync. + +ClearSkiesSync is a sync program similar to DropBox, except it does not +require a monthly fee. Instead, you set up shares between two or more +computers and the sharing happens amongst them directly. The Protocol