We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2d20e commit dc004c4Copy full SHA for dc004c4
README.md
@@ -49,14 +49,16 @@ The team is looking forward to seeing new amazing projects made by the community
49
50
## Sample Usage in C#
51
52
-The following example shows a basic Terminal.Gui application in C#:
53
-
54
-[!code-csharp[](./Example/Example.cs)]
+The following example shows a basic Terminal.Gui application in C#:
+[Example (source)](./Example/Example.cs)
55
56
When run the application looks as follows:
57
58

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