Update README.md

This commit is contained in:
xtaci
2017-03-28 11:01:51 +08:00
committed by GitHub
parent 415a8a3ae0
commit cfd75252c8
+1 -1
View File
@@ -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