Skip to content

Commit dc004c4

Browse files
ris-worktig
andauthored
(Minor fix) Fix the link text, refer to the F# example too (#3901)
The sample code was removed and was replaced with a link; the markup was bleeding. Co-authored-by: Tig <tig@users.noreply.github.com>
1 parent da2d20e commit dc004c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ The team is looking forward to seeing new amazing projects made by the community
4949

5050
## Sample Usage in C#
5151

52-
The following example shows a basic Terminal.Gui application in C#:
53-
54-
[!code-csharp[](./Example/Example.cs)]
52+
The following example shows a basic Terminal.Gui application in C#:
53+
[Example (source)](./Example/Example.cs)
5554

5655
When run the application looks as follows:
5756

5857
![Simple Usage app](./docfx/images/Example.png)
5958

59+
## Sample usage in F#
60+
F# examples are located [here](./FSharpExample/Program.fs)
61+
6062
## Installing
6163

6264
Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui

0 commit comments

Comments
 (0)