From 11efcd3fe3112efc68bca95d37bef391ed49fc89 Mon Sep 17 00:00:00 2001 From: Tomas Virgl Date: Thu, 27 Jul 2017 17:00:16 +0200 Subject: [PATCH 1/2] Add godoc and travis to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb7ae0d0497..c1cea8ba535 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![](https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square)](http://github.com/libp2p/libp2p) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht) +[![Build Status](https://travis-ci.org/libp2p/go-libp2p-kad-dht.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-kad-dht) + > A Kademlia DHT implemention on go-libp2p From c1ae0dc4bb41372b7e870d0db91a3d42cde6d670 Mon Sep 17 00:00:00 2001 From: Tomas Virgl Date: Thu, 27 Jul 2017 17:01:04 +0200 Subject: [PATCH 2/2] Remove extra line in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1cea8ba535..5c57924c25b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht) [![Build Status](https://travis-ci.org/libp2p/go-libp2p-kad-dht.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-kad-dht) - > A Kademlia DHT implemention on go-libp2p ## Table of Contents