From a061b9aaada6729d93139068ba0a52bbb16d8c3b Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Tue, 21 Mar 2023 16:25:15 -0500 Subject: [PATCH] chore: Correct storage instance type to be random-access-storage --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b947ce4..a4d394d 100644 --- a/readme.md +++ b/readme.md @@ -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: