We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ad695 + 072ff19 commit 06db0cbCopy full SHA for 06db0cb
README.md
@@ -47,14 +47,16 @@ The team is looking forward to seeing new amazing projects made by the community
47
48
## Sample Usage in C#
49
50
-The following example shows a basic Terminal.Gui application in C#:
51
-
52
-[!code-csharp[](./Example/Example.cs)]
+The following example shows a basic Terminal.Gui application in C#:
+[Example (source)](./Example/Example.cs)
53
54
When run the application looks as follows:
55
56

57
+## Sample usage in F#
58
+F# examples are located [here](./FSharpExample/Program.fs)
59
+
60
## Installing
61
62
Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui
0 commit comments