From 9cb1048c66c75fc2bba428f26fe3817eda64bbb3 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Thu, 26 Dec 2013 09:33:26 +0000
Subject: [PATCH] Added lightweight feature

---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 95929e9c0..41093cc4a 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,9 @@ simplicity by carefully selected list of features:
   The source is in single
   [mongoose.c](https://github.com/cesanta/mongoose/blob/master/mongoose.c) file
   to make things easy.
+- Extremely lightweight, has a core of under 40kB and tiny runtime footprint
+- On the market since 2004, stable, mature and tested,
+  has thousands of man-hours invested in continuous improvement and refinement
 
 Note that Windows and MacOS binaries have following 3rd party software
 compiled in:
@@ -58,11 +61,11 @@ F.Morenius, and 10 others.
 
 # Licensing
 
-Mongoose is licensed under the terms of
-[GNU GPLv.2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
-license. Businesses have an option to get a non-restrictive,
-royalty-free license and professional support from
-[Cesanta Software](http://cesanta.com/products.html).
+Mongoose is released under
+[GNU GPL v.2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
+Businesses have an option to get non-restrictive, royalty-free commercial
+license and professional support from
+[Cesanta Software](http://cesanta.com).
 
 [Super Light Regular Expression library](https://github.com/cesanta/slre),
 [Super Light DNS Resolver](https://github.com/cesanta/sldr)
-- 
GitLab