From 7e65bd4fe2fc08f7f0ad7ef87bac001621d43ac3 Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Sun, 12 Mar 2023 17:05:52 -0500 Subject: [PATCH] chore: Adjust styling of `opts` docs in readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fe80bbd..b947ce4 100644 --- a/readme.md +++ b/readme.md @@ -56,8 +56,9 @@ core and a storage for persisting keys distributed to load on start. - `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) instance. For example, if using a Corestore, `corestore.storage`. -- `opts` +- `opts` Options include: + ``` { id: Buffer.from('unique-id-per-autobase') // A unique id per set of autobases. If passed a string, it will be automatically converted into a buffer.