@libp2p/kad-dht 6.1.1 → 7.0.0

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 CHANGED
@@ -18,10 +18,9 @@
18
18
  - [Content Routing](#content-routing)
19
19
  - [Peer Discovery](#peer-discovery)
20
20
  - [Spec](#spec)
21
- - [Contribute](#contribute)
22
21
  - [API Docs](#api-docs)
23
22
  - [License](#license)
24
- - [Contribute](#contribute-1)
23
+ - [Contribution](#contribution)
25
24
 
26
25
  ## Install
27
26
 
@@ -88,14 +87,6 @@ Note that you may want to supply your own peer discovery function and datastore
88
87
 
89
88
  js-libp2p-kad-dht follows the [libp2p/kad-dht spec](https://github.com/libp2p/specs/tree/master/kad-dht) and implements the algorithms described in the [IPFS DHT documentation](https://docs.ipfs.io/concepts/dht/).
90
89
 
91
- ## Contribute
92
-
93
- Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-libp2p-kad-dht/issues)!
94
-
95
- This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
96
-
97
- [![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
98
-
99
90
  ## API Docs
100
91
 
101
92
  - <https://libp2p.github.io/js-libp2p-kad-dht>
@@ -107,6 +98,6 @@ Licensed under either of
107
98
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
108
99
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
109
100
 
110
- ## Contribute
101
+ ## Contribution
111
102
 
112
103
  Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.