Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Examples/AnthropicNetDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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[/]");
Expand Down Expand Up @@ -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));
}
Expand Down
Loading