From c29661ae0c7b12ead81601bb0366dbf8884f39b1 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 1 Mar 2019 11:09:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a44fe..676fac1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A lightweight and portable HTTP/HTTPs web server written in C: - New 1.0.0 version (BETA feature): Nonblocking event driven base server with configurable number of thread pool workers, good for scalability - Initial goal is for embedded Linux, but can be used as general purpose web server. - Support SSL via open SSL, database via Sqlite 3, web socket integrated -- It is also extensible via its extensions mechanism that allows to extends the server capability. +- It is also extensible via its extension mechanism that allows to extends the server capability. ## Plugins: * CGI interface for external scripting language (e.g. PHP): [https://github.com/lxsang/antd-cgi-plugin](https://github.com/lxsang/antd-cgi-plugin)