From 73d1353976e508d918206e2f61b6f45f551e0ff8 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 16 Jul 2020 04:30:06 +0200 Subject: Update `README` of examples --- examples/pick_list/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/pick_list') diff --git a/examples/pick_list/README.md b/examples/pick_list/README.md index 4d9fc5b9..6dc80bf4 100644 --- a/examples/pick_list/README.md +++ b/examples/pick_list/README.md @@ -1,18 +1,18 @@ -## Counter +## Pick-list -The classic counter example explained in the [`README`](../../README.md). +A dropdown list of selectable options. + +It displays and positions an overlay based on the window position of the widget. The __[`main`]__ file contains all the code of the example.
- - - +
You can run it with `cargo run`: ``` -cargo run --package counter +cargo run --package pick_list ``` [`main`]: src/main.rs -- cgit