Browse Source

add feature

Marcos Kirsch 9 years ago
parent
commit
62760f1f80
1 changed files with 4 additions and 3 deletions
  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