Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Minor fix) Fix the link text, refer to the F# example too #1

Merged
merged 1 commit into from
Feb 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,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