From 30c82d7efe5fc51cde34bee06202332e66f5304b Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 11 Mar 2014 06:03:20 +0000
Subject: [PATCH] Wording in README changed

---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c3d49e1bb..f2c7801e1 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,7 @@ Mongoose is easy to use, powerful, embeddable web server.
 
 - Works on Windows, Mac, UNIX/Linux, iPhone, Android, and many other platforms
 - CGI, SSI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist, Custom error pages, Virtual hosts, IP-based ACL, Windows service
-- Scripting and database support ([Lua](http://lua.org) +
-[Sqlite](http://sqlite.org), see
-[dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/dirscan.lp) ),
-  which provides ready to go, powerful web development platform in
-  one single-click executable with no dependencies
+- Lua Server Pages (PHP-like scripting in [Lua](http://lua.org) ), see [dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/dirscan.lp) )
 - Simple and clean
   [embedding API](https://github.com/cesanta/mongoose/blob/master/mongoose.h).
   The source is in single
@@ -24,6 +20,7 @@ Mongoose is easy to use, powerful, embeddable web server.
   to make embedding easy
 - Extremely lightweight, has a core of under 40kB and tiny runtime footprint
 - Asyncronouns, non-blocking core supporting single- or multi-threaded usage
+- HTTP client functionality
 - On the market since 2004, stable, mature and tested,
   has several man-years invested in continuous improvement and refinement
 - Professional support and consultancy available from
-- 
GitLab