Update Example.cs to match root README.md

This commit is contained in:
tznind
2022-10-20 18:36:53 +01:00
parent 121d0a0cc8
commit 516fec87e7
2 changed files with 45 additions and 62 deletions

View File

@@ -4,6 +4,8 @@ This example shows how to use the Terminal.Gui library to create a simple GUI ap
This is the same code found in the Terminal.Gui README.md file.
To explore the full range of functionality in Terminal.Gui, see the [UICatalog](../UICatalog) project
See [README.md](https://github.com/gui-cs/Terminal.Gui) for a list of all Terminal.Gui samples.
Note, the old `demo.cs` example has been deleted because it was not a very good example. It can still be found in the [git history](https://github.com/gui-cs/Terminal.Gui/tree/v1.8.2).