From 4225ba320cd036cf3906b6a91923afe79de2bb2c Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 7 Apr 2024 11:26:49 +0200 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a651641..678ab8e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Mostly made to try out Dart/Flutter. ## Method -The day of the week can be caculated by: +The day of the week can be calculated by: `(day value + month value + year value + century value + leap year value) % 7` Every one of these value comes from a set of constants or is calculable from the date.