Update share-append-only-databases-with-hyperbee.md (#52)

Corrected Path
This commit is contained in:
David Bucher
2024-02-19 16:22:52 +01:00
committed by GitHub
parent f1b3f1cb62
commit d413dc0e4d

View File

@@ -16,7 +16,7 @@ pear init -y -t terminal
npm install corestore hyperswarm hyperbee b4a
```
[Click here to save `dict.json`](./assets/dict.json).
[Click here to save `dict.json`](../assets/dict.json).
Save it into `bee-writer-app` directory. The `dict.json` file contains 100K dictionary words.
@@ -214,4 +214,4 @@ pear dev -- <SUPPLY KEY HERE>
Now we can examine the Hyperbee as if it were just a Hypercore.
The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation.
The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation.