Skip to content

Commit 06db0cb

Browse files
authored
Merge pull request #1 from ris-work/ris-work-fix-docs
(Minor fix) Fix the link text, refer to the F# example too
2 parents 81ad695 + 072ff19 commit 06db0cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,16 @@ The team is looking forward to seeing new amazing projects made by the community
4747

4848
## Sample Usage in C#
4949

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

5453
When run the application looks as follows:
5554

5655
![Simple Usage app](./docfx/images/Example.png)
5756

57+
## Sample usage in F#
58+
F# examples are located [here](./FSharpExample/Program.fs)
59+
5860
## Installing
5961

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

0 commit comments

Comments
 (0)