mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
Fix the example compilation error
This commit is contained in:
parent
f20512b599
commit
32de7a3fdc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ The demo shown in the gif can be run with all available backends
|
|||
run:
|
||||
|
||||
```
|
||||
cargo run --example termion_demo --release --tick-rate 200
|
||||
cargo run --example termion_demo --release -- --tick-rate 200
|
||||
```
|
||||
|
||||
The UI code is in [examples/demo/ui.rs](examples/demo/ui.rs) while the
|
||||
|
|
Loading…
Add table
Reference in a new issue