From 69469eaa1ca87f6a4c27ce096536320ab60353fb Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Wed, 29 Jul 2015 19:39:19 -0400 Subject: [PATCH] Nit in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d99826d..ff5b1b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ cmux is a generic Go library to multiplex connections based on their payload. Using cmux, you can serve gRPC, HTTP, and Go RPC -on the same TCP listener to avoid having to use one port per +on the same TCP listener to avoid using one port per protocol. ## How-To