Update README

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-10 19:19:26 +08:00
parent 3cf9c4cf8d
commit ce2ac61e1f
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ A very tiny and fast HTTP library based on [libev](http://software.schmorp.de/pk
# [Example](https://github.com/zhaojh329/libuhttp/blob/master/example/helloworld.c)
# Contributing
If you would like to help making libuhttp better, see the [CONTRIBUTING.md](https://github.com/zhaojh329/libuhttp/blob/master/CONTRIBUTING.md) file.
If you would like to help making [libuhttp](https://github.com/zhaojh329/libuhttp) better,
see the [CONTRIBUTING.md](https://github.com/zhaojh329/libuhttp/blob/master/CONTRIBUTING.md) file.
# Thanks for the following project
* [libev](http://software.schmorp.de/pkg/libev.html)