Skip to content

Commit

Permalink
20171214
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdc committed Dec 14, 2017
1 parent 35a9177 commit f64bb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ fi
ldconfig > /dev/null 2>&1

echo "Done!"
exit 0
exit 0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ High Performance Network Framework
## Example
- ***C++ Example***

```
``` C++
#include <hpsocket/HPSocket.h>

/* Listener Class */
Expand Down Expand Up @@ -62,7 +62,7 @@ int main(int argc, char* const argv[])
- ***C Example***
```
``` C
#include <hpsocket/HPSocket4C.h>
// 5. process network events
Expand Down

0 comments on commit f64bb22

Please sign in to comment.