From 454e88e0390766ff6f5499946f8bbd45847bfbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 23 May 2019 15:40:02 +0100 Subject: [PATCH] update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2c62ead..3373fb2 100644 --- a/README.md +++ b/README.md @@ -4,31 +4,23 @@ go-libp2p-connmgr [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/) [![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) -[![Travis CI](https://travis-ci.org/libp2p/go-libp2p-connmgr.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-connmgr) +[![Travis CI](https://travis-ci.com/libp2p/go-libp2p-connmgr.svg?branch=master)](https://travis-ci.com/libp2p/go-libp2p-connmgr) [![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) -> A package to help manage connections in go-libp2p +> A package to help manage connections in go-libp2p. ## Table of Contents - [Install](#install) -- [Usage](#usage) -- [API](#api) - [Contribute](#contribute) - [License](#license) ## Install ```sh -make install -``` - -## Examples - -```go -// TODO: +go get github.com/libp2p/go-libp2p-connmgr ``` ## Contribute