From c0be770a18c976ed329ea498e82eae36f7d2affd Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Mon, 15 Aug 2022 21:42:21 -0400 Subject: [PATCH] Aligning config and demo output --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0955d5e..72349ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Teamdate -Helps you keep track of time of team members across different timezones. +Helps you keep track of time for team members across different timezones. ## Usage @@ -70,6 +70,10 @@ $ cat ~/.config/teamdate/teams.toml name = "Alex" location = "America/Montreal" +[[teams.wcgw]] +name = "Jane Doe" +location = "Europe/Dublin" + [[teams.wcgw]] name = "John Doe" location = "Europe/Dublin"