From ce2ac61e1f2f12f79c620e44d3b9e0e6bd068f49 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 10 Nov 2017 19:19:26 +0800 Subject: [PATCH] Update README Signed-off-by: Jianhui Zhao --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c91fb3b..f4358ad 100755 --- a/README.md +++ b/README.md @@ -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)