From 3d10b84bffed595af7190ab07e9bcabba3f19b79 Mon Sep 17 00:00:00 2001 From: compwron Date: Sat, 23 Nov 2024 01:50:12 -0800 Subject: [PATCH] Remove dupe words in readme (#225) Co-authored-by: compwron --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba497c1d..dc8f24e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # longtail Incremental asset delivery format - closely related to the casync project by Lennart Poettering (https://github.com/systemd/casync). When I started tinkering with this I did not know of that project but has since learned from it but choosen different approaches to a few things. If casync does what you need there is no point in diving into this besides curiousity. If there are aspects of casync that does not work for you (you need in-place updating of folders, or you need all the performance using threading) then it might be interesting. -Discord chat Discord chat at https://discord.com/invite/4VmZK9QBnv +Discord chat at https://discord.com/invite/4VmZK9QBnv # Current state Stable and have been tested on large data sets. Used by the go command line front end https://github.com/DanEngelbrecht/golongtail.git and the C# LongtailLib https://github.com/DanEngelbrecht/LongtailLib.git both of which are used on a daily basis in CI system and an internal Windows launcher.