aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Kern <matthiaskern@users.noreply.github.com>2017-05-05 17:40:26 +0100
committerJoe Hand <joe@joeahand.com>2017-05-05 09:40:26 -0700
commitc639cee158abe2042c155be896502627b782e940 (patch)
treef381c8a81a86b588ff68f8a7b37b581fbe71a930
parent03bd9f6b7912437ff5fd504d9c80707e10b44dd7 (diff)
downloaddat-docs-c639cee158abe2042c155be896502627b782e940.tar.gz
dat-docs-c639cee158abe2042c155be896502627b782e940.zip
Fix typo (#52)
-rw-r--r--papers/dat-paper.md2
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.