From 460d261206ffd06d2e6f188fd50880fbb363d402 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 17 Jan 2018 16:15:00 -0500 Subject: [PATCH] Link screenshot, updated api doc location --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80982b08b..76fdfcd52 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ terminal emulators that support it. # API Documentation -Go to the [API documentation](https://migueldeicaza.github.io/gui.cs/api/Terminal.html) for details. +Go to the [API documentation](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui.html) for details. # Sample Usage @@ -69,6 +69,8 @@ class Demo { This shows a UI like this: +![Sample app](docfx/sample.png) + # Running and Building Open the solution and run the sample program.