From 8b774ebcb65846c515815f24c70f8517c3970a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 20 Mar 2024 17:04:59 +0100 Subject: [PATCH] Clarify usage example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9cb2b46..b28b7cb 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ Then, simply add an `iced` label to any executable code block you want to make p classical counter: ````markdown +# A cool example + +This is an mdBook and here is an iced counter: + ```rust,ignore,iced use iced::widget::{button, column, text, Column};