From b6e9d3ebb593ae1d8ecb300c38f4c3a2624531f1 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Fri, 30 Jun 2023 11:39:13 +0200 Subject: [PATCH] Expand the README to include the CSV file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 850a0bb..42b4ed0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ information of the subject so you can reach them easily. ## Configuration There is an [example configuration file](./example-config.yml) that -can be used as a base to create your own configuration. +can be used as a base to create your own configuration, and there is a +[birthdays example CSV file](./birthdays.csv) to load the data. ## Roadmap