From 03139a87b67fc7e9b78cd734523f3faa5deb0e48 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 5 Jul 2016 12:55:18 +0300 Subject: [PATCH] updated readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9552559..69f8a8c 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@ A simple shopping list app: * Runs on gunicorn+flaskr (python) -* multi-user -* data saved as flat files, can contain markdown +* Multi-user +* Data saved as flat files, can contain markdown +* Syntaxes parsed: + * [link](URL) -type links + * [ ] and [x] tick boxes -Note! register page is enabled by default, but there is no link to it anywhere. +Note! Register page is enabled by default, but there is no link to it anywhere. +* Does not (yet) have proper configration file ## Running @@ -26,4 +30,4 @@ location /myshop/ { proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /myshop; } -``` \ No newline at end of file +```