Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 6d8b5f8

Browse files
authored
Merge pull request #28 from orbitdb/feat/docs
docs: Add badges, add localMaintainers
2 parents 590a778 + bc727c8 commit 6d8b5f8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# orbit-db-docstore
22

33
[![npm](https://img.shields.io/npm/v/orbit-db-docstore.svg)](https://www.npmjs.com/package/orbit-db-docstore)
4-
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby)
4+
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) [![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](https://discord.gg/cscuf5T)
5+
56

67
> Document Store for orbit-db
78

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"bugs": {
2626
"url": "https://github.com/orbitdb/orbit-db-docstore/issues"
2727
},
28-
"homepage": "https://github.com/orbitdb/orbit-db-docstore#readme"
28+
"homepage": "https://github.com/orbitdb/orbit-db-docstore#readme",
29+
"localMaintainers": [
30+
31+
"shamb0t <[email protected]>",
32+
"hajamark <[email protected]>"
33+
]
2934
}

0 commit comments

Comments
 (0)