From bd5b895739d8f60e13234cafaebbfbc8d473bc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C4=99grzyn?= <9481706+TomaszWegrzyn@users.noreply.github.com> Date: Fri, 18 Oct 2019 18:37:33 +0200 Subject: [PATCH] Fix dependencies link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c5ba8..0e7fdb4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +* New methods must be properly documented with `jscode` style comments.