Skip to content

Commit

Permalink
docs(readme): fix nuget link
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Nov 22, 2018
1 parent 35aa222 commit 2c57c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![build status](https://ci.appveyor.com/api/projects/status/github/richardschneider/k-bucket?branch=master&svg=true)](https://ci.appveyor.com/project/richardschneider/k-bucket)
[![CircleCI](https://circleci.com/gh/richardschneider/k-bucket.svg?style=svg)](https://circleci.com/gh/richardschneider/k-bucket)
[![Coverage Status](https://coveralls.io/repos/richardschneider/k-bucket/badge.svg?branch=master&service=github)](https://coveralls.io/github/richardschneider/k-bucket?branch=master)
[![Version](https://img.shields.io/nuget/v/Makaretu.svg)](https://www.nuget.org/packages/Makaretu.KBucket)
[![Version](https://img.shields.io/nuget/v/Makaretu.KBucket.svg)](https://www.nuget.org/packages/Makaretu.KBucket)
[![docs](https://cdn.rawgit.com/richardschneider/k-bucket/master/doc/images/docs-latest-green.svg)](https://richardschneider.github.io/k-bucket/articles/intro.html)

A [Distributed Hash Table](http://en.wikipedia.org/wiki/Distributed_hash_table) (DHT) is a
Expand Down

0 comments on commit 2c57c9a

Please sign in to comment.