瀏覽代碼

add feature

Marcos Kirsch 9 年之前
父節點
當前提交
62760f1f80
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -3,9 +3,10 @@ A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
 
 ## Features
 
-* **GET**
-* **Multiple MIME types**
-* **Error pages (404 and others)**
+* GET
+* Multiple MIME types
+* Error pages (404 and others)
+* Remote execution of Lua scripts
 
 ## How to use