From 6e8192f56a22b6085564f1a2aec958a0494b271e Mon Sep 17 00:00:00 2001 From: Thomas Nind <31306100+tznind@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:23:56 +0100 Subject: [PATCH] Update README.md Update path to image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e158b751..c99b6a634 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See the [`Terminal.Gui/` README](https://github.com/gui-cs/Terminal.Gui/tree/mas ## Sample Usage in C# -The following example shows basic Terminal.Gui application syntax: +The following example shows a basic Terminal.Gui application written in C#: ```csharp // A simple Terminal.Gui example in C# - using C# 9.0 Top-level statements