diff --git a/README.md b/README.md index 5522d09..aa42b4a 100644 --- a/README.md +++ b/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