From 415a8a3ae05a1b408c68efc1a37a1579e3b185e2 Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 28 Mar 2017 11:01:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5111da..266335b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Introduction -Smux (***S***imple ***MU***ltiple***X***ing) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or [KCP](https://github.com/xtaci/kcp-go), and provides stream-oriented multiplexing. +Smux ( ***S*** imple ***MU*** ltiple ***X*** ing) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or [KCP](https://github.com/xtaci/kcp-go), and provides stream-oriented multiplexing. ## Features