From e20483826ba5722ec820d84b24521969ebc2d092 Mon Sep 17 00:00:00 2001 From: Ryein Goddard Date: Tue, 21 Feb 2023 22:38:26 -0500 Subject: [PATCH] Update README.md typo? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3fec5..d020d6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # acrosync-library -[Acrosync] is a new cross-platform rsync client for Windows/Max/iOS/Android that we built from scratch, without taking any code from the open source rsync project. +[Acrosync] is a new cross-platform rsync client for Windows/Mac/iOS/Android that we built from scratch, without taking any code from the open source rsync project. This is the library behind [Acrosync], which implements a large portion of the client-side of the (undocumented) rsync protocol, including the famous delta sync algorithm.