Skip to content

Commit

Permalink
doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf committed Jun 20, 2015
1 parent e533138 commit 04357eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ handy

###多平台支持

Linux: ubuntu14 64bit g++4.8.1 上测试通过
* Linux: ubuntu14 64bit g++4.8.1 上测试通过

MacOSX: LLVM version 6.1.0 上测试通过
* MacOSX: LLVM version 6.1.0 上测试通过

###支持优雅退出

Expand All @@ -17,11 +17,11 @@ MacOSX: LLVM version 6.1.0 上测试通过

###高性能

linux上使用epoll
* linux上使用epoll

MacOSX上使用kqueue
* MacOSX上使用kqueue

[http://www.oschina.net/p/c11-handy](http://www.oschina.net/p/c11-handy)
[性能测试报告](http://www.oschina.net/p/c11-handy)

###简洁

Expand Down Expand Up @@ -63,20 +63,17 @@ int main(int argc, const char* argv[]) {
###安装与使用
```
make && make install
```
make && make install
###目录结构
handy handy库
examples 示例
ssl openssl相关的代码与示例
protobuf handy使用protobuf的示例
test handy相关的测试
* handy--------handy库
* examples----示例
* ssl------------openssl相关的代码与示例
* protobuf-----handy使用protobuf的示例
* test-----------handy相关的测试
###使用文档
[文档](doc.md)
###[使用文档](doc.md)
license
====
Expand Down
2 changes: 1 addition & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ template<class T> T& context();
con->context<std::string>() = "user defined data";
```

<h2 id="tcp-server">TcpServer tcp服务器<h2>
<h2 id="tcp-server">TcpServer tcp服务器</h2>
###使用示例
```c
TcpServer echo(&base); //创建服务器
Expand Down

0 comments on commit 04357eb

Please sign in to comment.