From cfd75252c87423edb52e5d7b444ba4f9889c8cd7 Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 28 Mar 2017 11:01:51 +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 266335b..73ef0a1 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