fix(readme): fix typo in readme (#336)

This commit is contained in:
josh rotenberg 2023-07-19 21:39:46 -07:00 committed by GitHub
parent bcb7417785
commit 7e37a96678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ E.g.:
```toml
[dependencies]
tui = { package = "ratatuiw, version = "0.22.0", features = ["all-widgets"]}
tui = { package = "ratatui", version = "0.22.0", features = ["all-widgets"]}
```
## Introduction