Skip to content

Commit

Permalink
docs(example): fix markdown syntax for note (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored Jan 3, 2024
1 parent 7ab12ed commit 49df5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ cargo run --example=tabs --features=crossterm

Demonstrates one approach to accepting user input. Source [user_input.rs](./user_input.rs).

> [!NOTE] Consider using [`tui-textarea`](https://crates.io/crates/tui-textarea) or
> [!NOTE]
> Consider using [`tui-textarea`](https://crates.io/crates/tui-textarea) or
> [`tui-input`](https://crates.io/crates/tui-input) crates for more functional text entry UIs.
```shell
Expand Down

0 comments on commit 49df5d4

Please sign in to comment.