mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
(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>
This commit is contained in:
committed by
GitHub
parent
da2d20e488
commit
dc004c4923
@@ -49,14 +49,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:
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user