aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index e196120..2fff0d4 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,14 @@ Required dependencies
Usage
-----
-Create the events file:
+```
+cabal2nix --shell . > shell.nix
+nix-shell -I ~ --command 'cabal configure'
+cabal run
+```
+
+Events
+------
```
[January]
@@ -23,6 +30,7 @@ Create the events file:
[May]
+# Comment
08, 1980: Alexander Khan
16, 2003: Wedding
@@ -36,13 +44,6 @@ Create the events file:
23, 1982: Katie Clarke
```
-Launch the following commands:
-
-```
-cabal2nix --shell . > shell.nix
-nix-shell -I ~ --command 'cabal configure'
-cabal run
-```
Mail Notification example
-------------------------