From 84c0e8eecf97f3279e07f71d90386a5ee6117f32 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 1 Dec 2017 16:49:02 +0800 Subject: [PATCH] Update README Signed-off-by: Jianhui Zhao --- README.md | 4 ++-- README_ZH.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a648e9..c606626 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ you can choose CyaSSl(wolfssl). * use [libev] as its event backend * support HTTPS: alternative OpenSSL and CyaSSl(wolfssl) * flexible and you can easily extend your application to have HTTP/HTTPS services -* support embedding LUA code into HTML code, like embedding PHP to HTML(soon be supported) +* Lua template: embedding LUA code into HTML code, like embedding PHP to HTML(soon be supported) * code structure is concise and understandable, also suitable for learning # Why use [libev] as its backend? @@ -109,4 +109,4 @@ see the [CONTRIBUTING.md](https://github.com/zhaojh329/libuhttp/blob/master/CONT # Thanks for the following project * [libev] * [http-parser] -* [mongoose](https://github.com/cesanta/mongoose) \ No newline at end of file +* [mongoose](https://github.com/cesanta/mongoose) diff --git a/README_ZH.md b/README_ZH.md index b9db593..a3dd18f 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -15,7 +15,7 @@ SSL后端可以选择OpenSSL和CyaSSl(wolfssl),如果你对大小敏感,那 * 使用[libev]作为其事件后端 * 支持HTTPS: 可以选择OpenSSL和CyaSSl(wolfssl) * 可伸缩:你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务 -* 支持嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样(即将支持) +* Lua模板:嵌入LUA代码到HTML中,就像嵌入PHP到HTML中一样(即将支持) * 代码结构简洁通俗易懂,亦适合学习 # 为什么使用[libev]作为其事件后端?