From 2863fc463aa995d871fe67dfd0548ce45fcb5637 Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Wed, 29 Jul 2015 13:57:51 -0400 Subject: [PATCH] Fix the broken godoc status link in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd6818..c0a2df5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# cmux: Connection Mux ![Travis Build Status](https://api.travis-ci.org/soheilhy/args.svg?branch=master "Travis Build Status") ![GoDoc](https://godoc.org/github.com/soheilhy/cmux?status.png) +# cmux: Connection Mux ![Travis Build Status](https://api.travis-ci.org/soheilhy/args.svg?branch=master "Travis Build Status") [![GoDoc](https://godoc.org/github.com/soheilhy/cmux?status.svg)](http://godoc.org/github.com/soheilhy/cmux) + cmux is a generic Go library to multiplex connections based on their content. Using cmux, one can serve gRPC, HTTP, and Go RPC on the same TCP listener to avoid having to use one port per