@libp2p/daemon-protocol 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# js-libp2p-daemon-protocol
|
|
1
|
+
# js-libp2p-daemon-protocol <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
<a href="http://libp2p.io/"><img src="https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square" /></a>
|
|
4
4
|
<a href="http://webchat.freenode.net/?channels=%23libp2p"><img src="https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square" /></a>
|
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
> Contains the protobuf definitions of the communication protocol for libp2p daemons
|
|
8
8
|
|
|
9
|
+
## Table of contents <!-- omit in toc -->
|
|
10
|
+
|
|
11
|
+
- [Install](#install)
|
|
12
|
+
- [Contribute](#contribute)
|
|
13
|
+
- [License](#license)
|
|
14
|
+
|
|
9
15
|
## Install
|
|
10
16
|
|
|
11
17
|
```
|
|
@@ -18,7 +24,4 @@ This module is actively under development. Please check out the issues and submi
|
|
|
18
24
|
|
|
19
25
|
## License
|
|
20
26
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
* Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / http://www.apache.org/licenses/LICENSE-2.0)
|
|
24
|
-
* MIT ([LICENSE-MIT](LICENSE-MIT) / http://opensource.org/licenses/MIT)
|
|
27
|
+
[Apache-2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT) © Protocol Labs
|