Update README

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-12-29 14:48:59 +08:00
parent 02f25bb0fd
commit 5e3ddbe27d
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ Then use the command curl or browser to test
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
# Example
``
```
#include <uhttpd.h>
#define port "8000"
@ -94,7 +94,7 @@ done:
return 0;
}
``
```
# Contributing
If you would like to help making [libuhttpd](https://github.com/zhaojh329/libuhttpd) better,

View File

@ -48,7 +48,7 @@
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
# 示例程序]
``
```
#include <uhttpd.h>
#define port "8000"
@ -94,7 +94,7 @@ done:
return 0;
}
``
```
# 贡献代码
如果你想帮助[libuhttpd](https://github.com/zhaojh329/libuhttpd)变得更好,请参考