aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index b53a891..45255f7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# Shared Cost
+Shared Cost
+===========
Share costs with a group of people.
-## Getting started
+Getting started
+---------------
Install nix:
@@ -24,13 +26,14 @@ insert into user(creation, email, name) values (datetime('now'), 'john@mail.com'
insert into user(creation, email, name) values (datetime('now'), 'lisa@mail.com', 'Lisa');
```
-## Configuration
+Configuration
+-------------
-[application.conf](application.conf)
+See [application.conf](application.conf).
-## TODO
+TODO
+----
-- Income CRUD
- Server error message
- Dates after today must be forbidden
- Weekly notifications about added, modified, deleted payments and incomes