Skip to content

Commit f283dd5

Browse files
authored
docs: add space to ratatui dependency example (#856)
Just added a lil space :)
1 parent 0015ee5 commit f283dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/installation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ or by adding the following to your `Cargo.toml` file:
2929

3030
```toml
3131
[dependencies]
32-
ratatui = { version = "0.28.0", features = ["all-widgets"]}
32+
ratatui = { version = "0.28.0", features = ["all-widgets"] }
3333
```
3434

3535
You can learn more about available widgets from the

0 commit comments

Comments
 (0)