From 1e7db1d8408a523ec6d29be6ca6172a5a23f17c4 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Tue, 19 Sep 2017 17:26:46 -0700 Subject: [PATCH] Update architectures.md --- doc/decent/architectures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/decent/architectures.md b/doc/decent/architectures.md index 2610a12f97..f33409d350 100644 --- a/doc/decent/architectures.md +++ b/doc/decent/architectures.md @@ -41,7 +41,7 @@ If this is not sufficient, then applications can create their own merge policies ### Decentralized Chunkstore Architecture -Another potential architecture for decentralized apps uses a decentralized chunkstore (such as IPFS, Swarm, or Sia) rather than local databases. In this case, rather than each node maintaining a local datastore, Noms chunks are stored in a decentralized chunkstore. The underlying chunkstore is reponsible for making chunks available when needed. +Another potential architecture for decentralized apps uses a decentralized chunkstore (such as IPFS, Swarm, or Sia) rather than local databases. In this case, rather than each node maintaining a local datastore, Noms chunks are stored in a decentralized chunkstore. The underlying chunkstore is responsible for making chunks available when needed. ![Decentralized Architecture](./dist-arch.png)