From a6c45318a5f0f23749f477324b6008fb4661b6a4 Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Sat, 1 Aug 2015 12:44:34 -0400 Subject: [PATCH] Nit in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f1799..d3298a9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ cmux is a generic Go library to multiplex connections based on their payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, -and Go RPC on the same TCP listener to avoid using one port per -protocol. +Go RPC, and pretty much any other protocol on the same TCP listener. ## How-To Simply create your main listener, create a cmux for that listener,