mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
style: Format change.
This commit is contained in:
@@ -159,7 +159,7 @@ const db = await orbitdb.open('my-db')
|
||||
to:
|
||||
|
||||
```js
|
||||
const db = await orbitdb.open('my-documents-db', { type: 'documents'})
|
||||
const db = await orbitdb.open('my-documents-db', { type: 'documents' })
|
||||
```
|
||||
|
||||
Also replace:
|
||||
|
||||
Reference in New Issue
Block a user