Skip to content

Commit

Permalink
docs: Add double quotes to instructions for features (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Oct 5, 2023
1 parent fbf1a45 commit 089f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Demonstrates the [`Calendar`](https://docs.rs/ratatui/latest/ratatui/widgets/cal
widget. Source: [calendar.rs](./calendar.rs).

```shell
cargo run --example=calendar --features=crossterm widget-calendar
cargo run --example=calendar --features="crossterm widget-calendar"
```

![Calendar][calendar.gif]
Expand Down

0 comments on commit 089f8ba

Please sign in to comment.