Skip to content

Commit

Permalink
(Minor fix) Fix the link text, refer to the F# example too (#3901)
Browse files Browse the repository at this point in the history
The sample code was removed and was replaced with a link; the markup was bleeding.

Co-authored-by: Tig <[email protected]>
  • Loading branch information
ris-work and tig authored Feb 5, 2025
1 parent da2d20e commit dc004c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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

## 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
Expand Down

0 comments on commit dc004c4

Please sign in to comment.