aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-07-02 15:29:06 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-07-02 15:29:06 -0500
commit41b4b6d365ce25453725aa68b1c516f827c70bde (patch)
tree831e72b440acaa5e19d07a444f04a7780b1adf6e /README.md
parent06a09d7c676bda42f4311bd945d2a7cb47c7a217 (diff)
downloadnanohttpd-41b4b6d365ce25453725aa68b1c516f827c70bde.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e4d165..c518b29 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
*NanoHttpd* has been released under a Modified BSD licence.
## Core Features
-* Only one Java file.
+* Only one Java file, providing HTTP 1.1 support.
* 2 "flavors" - one at "current" standards and one strictly Java 1.1 compatible.
* Released as open source, free software, under a Modified BSD licence.
* No fixed config files, logging, authorization etc. (Implement by yourself if you need them.)