Update README.md

This commit is contained in:
xtaci
2017-03-28 11:02:11 +08:00
committed by GitHub
parent cfd75252c8
commit 57febe8f7e
+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