mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-25 14:10:31 +00:00
docs(readme): fix small typo in readme (#186)
This commit is contained in:
parent
bc66a27baf
commit
fa02cf0f2b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ The library comes with the following list of widgets:
|
|||
- [Canvas (with line, point cloud, map)](https://github.com/tui-rs-revival/ratatui/blob/main/examples/canvas.rs)
|
||||
- [Tabs](https://github.com/tui-rs-revival/ratatui/blob/main/examples/tabs.rs)
|
||||
|
||||
Click on each item to see the source of the example. Run the examples with with
|
||||
Click on each item to see the source of the example. Run the examples with
|
||||
cargo (e.g. to run the gauge example `cargo run --example gauge`), and quit by pressing `q`.
|
||||
|
||||
You can run all examples by running `cargo make run-examples` (require
|
||||
|
|
Loading…
Reference in a new issue