From 46b22cc1617cda8b084bfb7f4efca33f9178ab06 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 24 Feb 2016 19:36:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1cbe4..0fab85c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The key idea behind Duplicacy is a concept called **Lock-Free Deduplication**, w * Store each chunk in the storage using a file name derived from its hash, and rely on the file system API to manage chunks without using a centralized indexing database * Apply a *two-step fossil collection* algorithm to remove chunks that become unreferenced after a backup is deleted -The [design document](https://github.com/gilbertchen/duplicacy-beta/blob/master/DESIGN.md) explains lock-free duplication in detail. +The [design document](https://github.com/gilbertchen/duplicacy-beta/blob/master/DESIGN.md) explains lock-free deduplication in detail. ## Getting Started