diff options
Diffstat (limited to 'papers')
-rw-r--r-- | papers/dat-paper.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |