We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9265734 commit c575e03Copy full SHA for c575e03
src/content/docs/examples/Style/colors_rgb.md
@@ -10,7 +10,7 @@ two square-ish pixels in the space of a single rectangular terminal cell.
10
```shell title=run example
11
git clone https://github.com/ratatui/ratatui.git --branch latest
12
cd ratatui
13
-cargo run --example=colors_rgb --features=crossterm
+cargo run --example=colors_rgb --features="crossterm palette"
14
```
15
16
<!-- TODO update this to use the mov file -->
0 commit comments