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