aboutsummaryrefslogtreecommitdiff
path: root/p2p/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/README.md')
-rw-r--r--p2p/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/README.md b/p2p/README.md
index 02c4742..a0303bb 100644
--- a/p2p/README.md
+++ b/p2p/README.md
@@ -31,7 +31,7 @@ differences and optimizations. Some of the main changes:
> Despite criticisms of Kademlia's vulnerabilities, particularly concerning
> Sybil and Eclipse attacks [[1]](https://eprint.iacr.org/2018/236.pdf)
> [[2]](https://arxiv.org/abs/1908.10141), we chose to use Kademlia because our
-> main goal is to build an infrastructure focused on sharing data. This choice
+> main goal is to build a network focused on sharing data. This choice
> may also assist us in supporting sharding in the future. However, we have made
> efforts to mitigate most of its vulnerabilities. Several projects, including
> BitTorrent, Ethereum, IPFS, and Storj, still rely on Kademlia.