2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-19 10:35:47 +08:00

Nit in README

This commit is contained in:
Soheil Hassas Yeganeh 2015-07-29 19:39:19 -04:00
parent 084f5e19e6
commit 69469eaa1c

View File

@ -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