Skip to content

Commit

Permalink
Clarify usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 20, 2024
1 parent ed1542f commit 8b774eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 8b774eb

Please sign in to comment.