Skip to content

Commit

Permalink
Merge pull request #1 from Leviathan1995/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zieckey authored Mar 7, 2017
2 parents 7cacd14 + 28ba71f commit 2f74481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char* argv[]) {
}
```
### A echo HTTP server
### An echo HTTP server
```cpp
#include <evpp/exp.h>
Expand Down Expand Up @@ -113,7 +113,7 @@ int main(int argc, char* argv[]) {
```


### A echo UDP server
### An echo UDP server

```cpp
#include <evpp/exp.h>
Expand Down Expand Up @@ -156,4 +156,4 @@ Thanks for [libevent], [glog](https://github.com/google/glog), [gtest](https://g
[evpp]:https://github.com/Qihoo360/evpp
[Golang]:https://golang.org
[muduo]:https://github.com/chenshuo/muduo
[libevent]:https://github.com/libevent/libevent
[libevent]:https://github.com/libevent/libevent

0 comments on commit 2f74481

Please sign in to comment.