We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015ee5 commit f283dd5Copy full SHA for f283dd5
src/content/docs/installation/index.md
@@ -29,7 +29,7 @@ or by adding the following to your `Cargo.toml` file:
29
30
```toml
31
[dependencies]
32
-ratatui = { version = "0.28.0", features = ["all-widgets"]}
+ratatui = { version = "0.28.0", features = ["all-widgets"] }
33
```
34
35
You can learn more about available widgets from the
0 commit comments