Skip to content

Commit

Permalink
chore: Adjust styling of opts docs in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lejeunerenard committed Mar 12, 2023
1 parent 336487f commit 7e65bd4
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 @@ -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.
Expand Down

0 comments on commit 7e65bd4

Please sign in to comment.