Skip to content

Commit

Permalink
Merge pull request #3 from TomaszWegrzyn/master
Browse files Browse the repository at this point in the history
Fix dependencies link
  • Loading branch information
WalasPrime authored Oct 19, 2019
2 parents 0452f00 + bd5b895 commit 25f2e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [node-abstract-dht](https://github.com/walasek/node-abstract-dht) [![Build Status](https://img.shields.io/travis/walasek/node-abstract-dht.svg?style=flat-square)](https://travis-ci.org/walasek/node-abstract-dht) [![Package Version](https://img.shields.io/npm/v/abstract-dht.svg?style=flat-square)](https://www.npmjs.com/walasek/node-abstract-dht) ![License](https://img.shields.io/npm/l/abstract-dht.svg?style=flat-square) [![Dependencies](https://david-dm.org/walasek/node-abstract-dht.svg)](https://david-dm.org/walasek/node-abstract-dht.svg) [![codecov](https://codecov.io/gh/walasek/node-abstract-dht/branch/master/graph/badge.svg)](https://codecov.io/gh/walasek/node-abstract-dht) [![Greenkeeper badge](https://badges.greenkeeper.io/walasek/node-abstract-dht.svg)](https://greenkeeper.io/)
# [node-abstract-dht](https://github.com/walasek/node-abstract-dht) [![Build Status](https://img.shields.io/travis/walasek/node-abstract-dht.svg?style=flat-square)](https://travis-ci.org/walasek/node-abstract-dht) [![Package Version](https://img.shields.io/npm/v/abstract-dht.svg?style=flat-square)](https://www.npmjs.com/walasek/node-abstract-dht) ![License](https://img.shields.io/npm/l/abstract-dht.svg?style=flat-square) [![Dependencies](https://david-dm.org/walasek/node-abstract-dht.svg)](https://david-dm.org/walasek/node-abstract-dht) [![codecov](https://codecov.io/gh/walasek/node-abstract-dht/branch/master/graph/badge.svg)](https://codecov.io/gh/walasek/node-abstract-dht) [![Greenkeeper badge](https://badges.greenkeeper.io/walasek/node-abstract-dht.svg)](https://greenkeeper.io/)

An implementation of Kademlia-based DHT protocol with abstract networking.

Expand Down Expand Up @@ -45,4 +45,4 @@ To introduce an improvement please fork this project, commit changes in a new br
* Use tabs (yup).
* Use `async`/`await` and/or `Promise` where possible.
* Features must be properly tested.
* New methods must be properly documented with `jscode` style comments.
* New methods must be properly documented with `jscode` style comments.

0 comments on commit 25f2e61

Please sign in to comment.