Readme updates
diff --git a/Readme.md b/Readme.md
index ea5547e..9ab0c25 100644
--- a/Readme.md
+++ b/Readme.md
@@ -17,6 +17,18 @@
[sudo] docker run -d -p 5984:5984 -name couchdb klaemo/couchdb
```
+## Features
+
+* exposes couchdb on port `5984` of the container
+* exposes database and config files as [volumes](http://docs.docker.io/en/latest/use/working_with_volumes/)
+ * easy to upgrade/fork
+ * fast
+* keeps couchdb running with `supervisord` (crashed couch gets restarted automatically)
+
+## TODO
+
+* don't run couch es root once docker fixes permissions for volumes
+
## Build
You can make your changes to couchdbs config in local.ini.
@@ -26,9 +38,3 @@
cd /path/to/klaemo/docker-couchdb
[sudo] docker build -t "$NAME" .
```
-
-## Features
-
-* exposed on port 5984 of the container
-* exposes database and config files as [volumes](http://docs.docker.io/en/latest/use/working_with_volumes/)
- * makes it easy to upgrade/fork