Skip to content

Commit

Permalink
Update doc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyi1994 authored Jun 6, 2017
1 parent 1512429 commit d6e6317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Handy是一个简洁高效的C++11网络库,支持linux与mac平台,使用
[http服务器](#http-server)
[半同步半异步服务器](#hsha)
<h2 id="sample">使用示例--echo</h2>

```c

#include <handy/handy.h>

using namespace std;
Expand Down Expand Up @@ -193,4 +195,4 @@ hsha.onMsg(new LineCodec, [](const TcpConnPtr& con, const string& input){
```
[例子程序](examples/hsha.cc)

持续更新中......
持续更新中......

0 comments on commit d6e6317

Please sign in to comment.