Skip to content

Commit

Permalink
chore: Correct storage instance type to be random-access-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
lejeunerenard committed Mar 21, 2023
1 parent fad97fa commit a061b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ core and a storage for persisting keys distributed to load on start.
is needed.
- `get(key)` : a function for retrieving a Hypercore when given a key.
- `storage` : a directory where you want to store managed keys or alternatively
you own [abstract-random-access](https://github.com/random-access-storage/abstract-random-access)
you own
[random-access-storage](https://github.com/random-access-storage/random-access-storage)
instance. For example, if using a Corestore, `corestore.storage`.
- `opts`
Options include:
Expand Down

0 comments on commit a061b9a

Please sign in to comment.