Update README.md

This commit is contained in:
xtaci
2017-03-28 11:01:15 +08:00
committed by GitHub
parent a1a5df8f92
commit 415a8a3ae0
+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