From 072ff19ba60c3bf93dabac3cd7482a9d1f0dff8b Mon Sep 17 00:00:00 2001 From: "Rishikeshan Sulochana/Lavakumar (Work)" <92720632+ris-work@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:52:26 +0530 Subject: [PATCH] (Minor fix) Fix the link text, refer to the F# example too The sample code was removed and was replaced with a link; the markup was bleeding. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f424e6aecd..b9ee863b10 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,16 @@ The team is looking forward to seeing new amazing projects made by the community ## Sample Usage in C# -The following example shows a basic Terminal.Gui application in C#: - -[!code-csharp[](./Example/Example.cs)] +The following example shows a basic Terminal.Gui application in C#: +[Example (source)](./Example/Example.cs) When run the application looks as follows: ![Simple Usage app](./docfx/images/Example.png) +## Sample usage in F# +F# examples are located [here](./FSharpExample/Program.fs) + ## Installing Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui