Skip to content

Commit

Permalink
Update README.md and fix the bug that demo2 cannot run (#595)
Browse files Browse the repository at this point in the history
Fixes #594
  • Loading branch information
rikonaka committed Oct 25, 2023
1 parent a2f2bd5 commit 9f37100
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 @@ -9,7 +9,7 @@ images themselves are stored in a separate git branch to avoid bloating the main
This is the demo example from the main README and crate page. Source: [demo2](./demo2/).

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

![Demo2][demo2.gif]
Expand Down

0 comments on commit 9f37100

Please sign in to comment.