Update getting-started.md (#4063)

This commit is contained in:
Brandon G
2025-04-29 20:26:25 -05:00
committed by Tig
parent 50c6273fe1
commit d2cf74448c

View File

@@ -27,7 +27,7 @@ Use the [Terminal.Gui.Templates](https://github.com/gui-cs/Terminal.Gui.template
The following example shows a basic Terminal.Gui application in C# (this is `./Example/Example.cs`): The following example shows a basic Terminal.Gui application in C# (this is `./Example/Example.cs`):
[!code-csharp[Program.cs](../../Example/Example.cs)] [!code-csharp[Program.cs](../../Examples/Example/Example.cs)]
When run the application looks as follows: When run the application looks as follows: