From 2380763b6592d04fc5a9d9f8348e2686cd3a75bd Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 17 Jul 2016 18:18:20 -0700 Subject: [PATCH] Add example screenshots to Readme --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index 2aeeed7..9d2c6da 100644 --- a/Readme.md +++ b/Readme.md @@ -46,6 +46,15 @@ fn main() { ![Cursive dialog example](https://raw.githubusercontent.com/Gyscos/Cursive/master/doc/cursive_example.png) +Check out the other [examples](https://github.com/gyscos/Cursive/tree/master/examples) to get these results, and more: + +`edit` example +`lorem` example +`menubar` example +`select` example +`list_view` example +`theme` example + _(Colors may depend on your terminal configuration.)_ ## Goals