diff --git a/Examples/AnthropicNetDemo/Program.cs b/Examples/AnthropicNetDemo/Program.cs index 2b01afd..7c38266 100644 --- a/Examples/AnthropicNetDemo/Program.cs +++ b/Examples/AnthropicNetDemo/Program.cs @@ -19,7 +19,7 @@ static async Task Main(string[] args) // 2. Setup Spectre.Console AnsiConsole.Write( - new FigletText("Anthropic.Net") + new FigletText("tinonetic.Anthropic") .LeftJustified() .Color(Color.Teal)); AnsiConsole.MarkupLine("[bold teal]v2.0 Demo Application[/]"); @@ -73,7 +73,7 @@ static async Task Main(string[] args) Console.ReadKey(true); AnsiConsole.Clear(); AnsiConsole.Write( - new FigletText("Anthropic.Net") + new FigletText("tinonetic.Anthropic") .LeftJustified() .Color(Color.Teal)); }