1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

Merge pull request #15 from laurens94/patch-1

Fix typo in docs
This commit is contained in:
Charlotte 2022-09-08 20:37:09 +02:00 committed by GitHub
commit b744621f1b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
This can be problematic, as it centralizes accessing information to a handful of companies. This can be problematic, as it centralizes accessing information to a handful of companies.
[IPFS](https://docs.ipfs.io/concepts/what-is-ipfs/) removes the need for that middleman, as the request is sent to the entire network. This network is made of other users like you. So when you "ask" for a page/object, the network point you to the correct place; no centrality is needed. [IPFS](https://docs.ipfs.io/concepts/what-is-ipfs/) removes the need for that middleman, as the request is sent to the entire network. This network is made of other users like you. So when you "ask" for a page/object, the network points you to the correct place; no centrality is needed.
What makes IPFS incredibly compelling for Anytype is how it provides an address to every unique object. For example, if you're looking for an image, you won't need to request an entire website with all the nonsense found these days just to view an image. Instead, you can request that object, and the network will point you to it. This enables Anytype users to build a personal web of knowledge, with the ability to share and connect with others on their terms. What makes IPFS incredibly compelling for Anytype is how it provides an address to every unique object. For example, if you're looking for an image, you won't need to request an entire website with all the nonsense found these days just to view an image. Instead, you can request that object, and the network will point you to it. This enables Anytype users to build a personal web of knowledge, with the ability to share and connect with others on their terms.