From 5e3ddbe27d714d6de0b3821e64b5335d6de7dff1 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 29 Dec 2017 14:48:59 +0800 Subject: [PATCH] Update README Signed-off-by: Jianhui Zhao --- README.md | 4 ++-- README_ZH.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8c9aaf..711d7b5 100755 --- a/README.md +++ b/README.md @@ -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 #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, diff --git a/README_ZH.md b/README_ZH.md index 01b555a..851bff2 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -48,7 +48,7 @@ $ curl -k 'https://127.0.0.1:8000/hello?name=test' -v # 示例程序] -`` +``` #include #define port "8000" @@ -94,7 +94,7 @@ done: return 0; } -`` +``` # 贡献代码 如果你想帮助[libuhttpd](https://github.com/zhaojh329/libuhttpd)变得更好,请参考