aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-09-10 22:51:14 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-09-10 22:51:14 -0500
commitbf93f366554a38177e7ed73a53d9da7449aeedec (patch)
treeb7bd1d5603f6a114345c66d702f14fd98de315b6 /README.md
parent70c7c01be0e1ad4d2b0ffff35c7db3499fe5390f (diff)
downloadnanohttpd-bf93f366554a38177e7ed73a53d9da7449aeedec.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2866f57..6921748 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-[![Stories in Ready](https://badge.waffle.io/NanoHttpd/nanohttpd.png?label=ready)](https://waffle.io/NanoHttpd/nanohttpd)
## What is "nanohttpd"?
*NanoHttpd* is a light-weight HTTP server designed for embedding in other applications.
@@ -7,6 +6,8 @@
## Current major development efforts
+Waffle.io Issue Tracking: [![Stories in Ready](https://badge.waffle.io/NanoHttpd/nanohttpd.png?label=ready)](https://waffle.io/NanoHttpd/nanohttpd)
+
Please take a look at the new "ssl-support" branch containing submitted code adding SSL
support to NanoHttpd. It's a great new feature that needs all eyes to polish in preparation
for a release, making sure it works on all platforms.