From 46a0a594afd0b9e7484443318934f60e95152041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 25 Apr 2020 14:35:01 +0200 Subject: Add note about weeks starting on sunday. --- README | 3 +++ README.in | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README b/README index e81f3266..ef1eab18 100644 --- a/README +++ b/README @@ -39,4 +39,7 @@ appropriate modules will be compiled (guile will tell you what it's doing). For building this README, run module/main.scm text < README.in > README +Techical Details +---------------- +- Internally all weeks start on sunday, which is repsenented as `0'. diff --git a/README.in b/README.in index bf0cfadc..1b5515bb 100644 --- a/README.in +++ b/README.in @@ -20,3 +20,7 @@ Building -------- Since guile is primarily a scripting language no explicit compilation step is required. Just run module/main.scm and the appropriate modules will be compiled (guile will tell you what it's doing). For building this README, run module/main.scm text < README.in > README + +Techical Details +---------------- +- Internally all weeks start on sunday, which is repsenented as `0'. -- cgit v1.2.3