From af13f7fc848a8f1e027560bc0dfc53aa3868415b Mon Sep 17 00:00:00 2001 From: dkallen78 Date: Tue, 28 Nov 2023 10:26:12 -0600 Subject: [PATCH] updating readme --- ternary-clock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ternary-clock/README.md b/ternary-clock/README.md index d102313..1ef3cb4 100644 --- a/ternary-clock/README.md +++ b/ternary-clock/README.md @@ -2,4 +2,4 @@ This clock was inspired by a conversation I had with someone on Reddit. -The basic idea is a a clock built around base 3 so the fundamental division of the day is into three parts. In my code I call these parts "terns" but if someone has something better, I'll use that instead. Each tern is divided into 9 hours; each hour into 27 minutes, and each minute into 81 seconds. This makes the ternary hour 89% shorter than the sexagesimal hour, the ternary minute 97% longer than the sexagesimal minute, and the ternary second3 46% longer than the sexagesimal second60 \ No newline at end of file +The basic idea is a a clock built around base 3 so the fundamental division of the day is into three parts. In my code I call these parts "terns" but if someone has something better, I'll use that instead. Each tern is divided into 9 hours; each hour into 27 minutes, and each minute into 81 seconds. This makes the hour3 89% shorter than the hour60, the minute3 97% longer than the minute60, and the second3 46% longer than the second60 \ No newline at end of file