mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-25 14:10:31 +00:00
docs: Add double quotes to instructions for features (#560)
This commit is contained in:
parent
fbf1a451c8
commit
089f8ba66a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Demonstrates the [`Calendar`](https://docs.rs/ratatui/latest/ratatui/widgets/cal
|
||||||
widget. Source: [calendar.rs](./calendar.rs).
|
widget. Source: [calendar.rs](./calendar.rs).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo run --example=calendar --features=crossterm widget-calendar
|
cargo run --example=calendar --features="crossterm widget-calendar"
|
||||||
```
|
```
|
||||||
|
|
||||||
![Calendar][calendar.gif]
|
![Calendar][calendar.gif]
|
||||||
|
|
Loading…
Reference in a new issue