chore: add discourse badge (#15)

This commit is contained in:
Vasco Santos 2019-04-26 14:04:21 +01:00 committed by Jacob Heun
parent afc24e9137
commit a9c6842386
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
interface-record-store
=====================
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
> A test suite and interface you can use to implement a a [IPRS compliant](/IPRS.md) Record Store.

View File

@ -24,8 +24,8 @@
"homepage": "https://github.com/libp2p/interface-record-store",
"dependencies": {
"ecdsa": "~0.7.0",
"ipld": "~0.6.0",
"multihashing": "~0.3.2",
"ipld": "~0.22.0",
"multihashing": "~0.3.3",
"timed-tape": "~0.1.1"
}
}