blank line rm

This commit is contained in:
dmc
2024-02-14 02:15:42 +01:00
parent 635e4ff220
commit a721096370

View File

@@ -1,4 +1,3 @@
# How to work with many Hypercores using Corestore
An append-only log is powerful on its own, but it's most useful as a building block for constructing larger data structures, such as databases or filesystems. Building these data structures often requires many cores, each with different responsibilities. For example, Hyperdrive uses one core to store file metadata and another to store file contents.