From 9f371000968044e09545d66068c4ed4ea4b35d8a Mon Sep 17 00:00:00 2001 From: isinstance Date: Thu, 26 Oct 2023 05:01:04 +0800 Subject: [PATCH] Update README.md and fix the bug that demo2 cannot run (#595) Fixes https://github.com/ratatui-org/ratatui/issues/594 --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 45e28104..4b1b1926 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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]