aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-02-17 19:01:55 -0800
committerKarissa McKelvey <karissa@users.noreply.github.com>2016-02-17 19:01:55 -0800
commita2ac8a98dfdc844ce32d2ae8aab54f79cfd9e5f2 (patch)
treef185054f53990998166b2e5d066c52c81b2b4e15
parentcb06b6cf3ae56313d41091837cb030a5ca9e8f73 (diff)
parent03d982922de4f451f06247a65377fa02fa8abbd5 (diff)
downloaddat-docs-a2ac8a98dfdc844ce32d2ae8aab54f79cfd9e5f2.tar.gz
dat-docs-a2ac8a98dfdc844ce32d2ae8aab54f79cfd9e5f2.zip
Merge pull request #3 from jonahgeorge/patch-1
Fix typo
-rw-r--r--ecosystem.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecosystem.md b/ecosystem.md
index a796390..673c513 100644
--- a/ecosystem.md
+++ b/ecosystem.md
@@ -4,7 +4,7 @@ If you want to go deeper and see the implementations we are using in the [Dat co
- [discovery-channel](https://www.npmjs.com/package/discovery-channel) - discover data sources
- [discovery-swarm](https://www.npmjs.com/package/discovery-swarm) - discover and connect to sources
- [hyperdrive](https://www.npmjs.com/package/hyperdrive) - The file sharing network dat uses to distribute files and data. A technical specification / discussion on how hyperdrive works is [available here](https://github.com/mafintosh/hyperdrive/blob/master/SPECIFICATION.md)
-- [hypercore](https://www.npmjs.com/package/hypercore) - exchange lwo level binary blocks with many sources
+- [hypercore](https://www.npmjs.com/package/hypercore) - exchange low-level binary blocks with many sources
- [bittorrent-dht](https://www.npmjs.com/package/bittorrent-dht) - use the Kademlia Mainline DHT to discover sources
- [dns-discovery](https://www.npmjs.com/package/dns-discovery) - use DNS name servers and Multicast DNS to discover sources
- [utp-native](https://www.npmjs.com/package/utp-native) - UTP protocol implementation