diff options
author | Joris | 2015-10-09 23:14:01 +0200 |
---|---|---|
committer | Joris | 2015-10-09 23:14:01 +0200 |
commit | dd16fd43b09a881a43433174728cf45792cce8ae (patch) | |
tree | edb76260740600723a400fd91154af609bf1d285 | |
parent | 40b8c60d61eaa1d28c7010093a138ef7437b002b (diff) |
Update readme file names
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ Birthday ======== -Notify by email 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 +birthdates.csv: ``` 23/10/1982 , Dupont , Jean @@ -10,7 +10,7 @@ file: … ``` -Mail contacts are given in the config file: +Mail contacts are given in config.txt: ``` mail-to = john.dupont@mail.com |