From 14b750f674f1b7ba2ec8b32a320c047d90a33db3 Mon Sep 17 00:00:00 2001 From: Timo <6358247+timotk@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:58:43 +0100 Subject: [PATCH] Fix typo: because to this -> because of this (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b331ac7..4562cfd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ another development branch, where the delta was much higher. Overall, We also ran the experiment with the native Linux `rsync`, i.e syncing Linux to Linux, to rule out issues with Cygwin. Linux `rsync` performed on average 35% worse than Cygwin `rsync`, which can be attributed to CPU differences. We did -not include it in the figure because to this, but you can find it +not include it in the figure because of this, but you can find it [here](docs/cdc_rsync_vs_cygwin_rsync_vs_linux_rsync.png). ### How does it work and why is it faster?