init-doc: fix typo
@RubenKelevra committed
Apr 5, 2020 at 23:09 UTC
3612f5a7eb01343fc3816de492dd0f7414ef7a67
1 file changed
+5
-5
assets/init-doc/about
+5
-5
@@ -4,7 +4,7 @@
4
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
5
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bit-
6
torrent swarm, exchanging git objects. IPFS provides an interface as simple
7
-as the HTTP web, but with permanence built in. You can also mount the world
7
+as the HTTP web, but with permanence built-in. You can also mount the world
8
at /ipfs.
9
10
IPFS is a protocol:
@@ -20,14 +20,14 @@ IPFS is a web:
20
- can be used to view documents like the web
21
- files accessible via HTTP at `http://ipfs.io/<path>`
22
- browsers or extensions can learn to use `ipfs://` directly
23
-- hash-addressed content guarantees authenticity
23
+- hash-addressed content guarantees the authenticity
24
25
IPFS is modular:
26
- connection layer over any network protocol
27
- routing layer
28
- uses a routing layer DHT (kademlia/coral)
29
- uses a path-based naming service
30
-- uses bittorrent-inspired block exchange
30
+- uses BitTorrent-inspired block exchange
31
32
IPFS uses crypto:
33
- cryptographic-hash content addressing
@@ -40,10 +40,10 @@ IPFS is p2p:
40
- completely decentralized architecture
41
- **no** central point of failure
42
43
-IPFS is a cdn:
43
+IPFS is a CDN:
44
- add a file to the filesystem locally, and it's now available to the world
45
- caching-friendly (content-hash naming)
46
-- bittorrent-based bandwidth distribution
46
+- BitTorrent-based bandwidth distribution
47
48
IPFS has a name service:
49
- IPNS, an SFS inspired name system