diff --git a/Solutions/CSharp/Program.cs b/Solutions/CSharp/Program.cs index 646ecee..d8312f5 100644 --- a/Solutions/CSharp/Program.cs +++ b/Solutions/CSharp/Program.cs @@ -6,7 +6,7 @@ public static void Main(string[] args) var adventure = args?.FirstOrDefault()?.ToLower(); if (string.IsNullOrWhiteSpace(adventure)) { - Console.WriteLine("Please specify which logic to run: Sample names include: algora, chamberofechoes, elodoria, lumoria, mythos, mythos-test, stonevale, tempora."); + Console.WriteLine("Please specify which logic to run: Sample names include: algora, chamberofechoes, eldoria, lumoria, mythos, mythos-test, stonevale, tempora."); adventure = Console.ReadLine(); }