From c639cee158abe2042c155be896502627b782e940 Mon Sep 17 00:00:00 2001 From: Matthias Kern Date: Fri, 5 May 2017 17:40:26 +0100 Subject: Fix typo (#52) --- papers/dat-paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/dat-paper.md b/papers/dat-paper.md index 9f2952c..c6a4dcf 100644 --- a/papers/dat-paper.md +++ b/papers/dat-paper.md @@ -19,7 +19,7 @@ Distributed file sharing tools can become faster as files become more popular, r # 2. Dat -Dat is a dataset synchronization protocol that does not assume a dataset is static or that the entire dataset will be downloaded. The main reference implementation is available from from npm as `npm install dat -g`. +Dat is a dataset synchronization protocol that does not assume a dataset is static or that the entire dataset will be downloaded. The main reference implementation is available from npm as `npm install dat -g`. The protocol is agnostic to the underlying transport e.g. you could implement Dat over carrier pigeon. The key properties of the Dat design are explained in this section. -- cgit v1.2.3