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)}";