aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 0 insertions, 20 deletions
diff --git a/README b/README
deleted file mode 100644
index fd0d2d0..0000000
--- a/README
+++ /dev/null
@@ -1,20 +0,0 @@
-Birthday
-========
-
-Send an email to notify if there is a birthday today. Birthdates are parsed
-from a csv file:
-
-```
-23/10/1982 , Dupont Jean
-30/01/1955 , Doe Anne
-…
-```
-
-The usage is as follow:
-
-```
-cabal sandbox init
-cabal instal --only-dependencies
-cabal build
-./dist/build/birthday/birthday
-```