From 1ab8ca19cdf45a0e364a253b16ee3989a52c3051 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 9 Oct 2015 23:10:23 +0200 Subject: Fix readme extension --- README | 20 -------------------- README.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 README create mode 100644 README.md 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 -``` diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd0d2d0 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +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 +``` -- cgit v1.2.3