From 1c2c3b77cb187ba585596ed202a3aef9759b2dc0 Mon Sep 17 00:00:00 2001 From: Ender Minyard <60559370+genderev@users.noreply.github.com> Date: Fri, 18 Sep 2020 01:40:35 +0000 Subject: [PATCH] Missing "on"? I think "on" was missing? --- posts/announcing-hyperdrive-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/announcing-hyperdrive-10.md b/posts/announcing-hyperdrive-10.md index 5a38fc7..4283c8a 100644 --- a/posts/announcing-hyperdrive-10.md +++ b/posts/announcing-hyperdrive-10.md @@ -38,7 +38,7 @@ Here's an example of sparsely downloading images from a large drive: -Under the hood, Hyperdrive is built using two append-only log data structures called [Hypercores](https://github.com/mafintosh/hypercore), one for an efficient metadata index and one for binary file content. You can learn more about Hypercore from the [Hypercore Protocol website](https://hypercore-protocol.org). Hypercore gives us a fast and secure foundation for exchanging ordered blocks of data, but a good filesystem depends a good index. +Under the hood, Hyperdrive is built using two append-only log data structures called [Hypercores](https://github.com/mafintosh/hypercore), one for an efficient metadata index and one for binary file content. You can learn more about Hypercore from the [Hypercore Protocol website](https://hypercore-protocol.org). Hypercore gives us a fast and secure foundation for exchanging ordered blocks of data, but a good filesystem depends on a good index.