From d598c4ca7e5f269085971827fc08c8fb1ce1d649 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Sun, 23 Mar 2025 05:51:59 -0400 Subject: [PATCH] Derp, forgot to rename the title header --- src/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Program.cs b/src/Program.cs index 754ae66..9ccae4f 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -12,7 +12,7 @@ void PrintTimes() // Clear the screen on restart Console.Clear(); - Console.WriteLine("=== Publish Times ==="); + Console.WriteLine("=== Stagger Post ==="); foreach (var time in scheduledTimes) { var articleTime = $"{Generator.ConvertTo12Hour(time)}";