aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index fd0d2d0..9e1d0b3 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,22 @@
Birthday
========
-Send an email to notify if there is a birthday today. Birthdates are parsed
-from a csv file:
+Notify by email if there is a birthday today. Birthdates are parsed from a csv
+file:
```
-23/10/1982 , Dupont Jean
-30/01/1955 , Doe Anne
+23/10/1982 , Dupont , Jean
+30/01/1955 , Doe , Anne
```
+Mail contacts are given in the config file:
+
+```
+mail-to = john.dupont@mail.com
+mail-from = no-reply@service.com
+```
+
The usage is as follow:
```