mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
fix(readme): typo in demo section
There was a very small typo in the README on line 40, which cited the `examples` folder as `exmples`. This resolves that issue.
This commit is contained in:
parent
e789c671b0
commit
6204eddade
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ you may rely on the previously cited libraries to achieve such features.
|
|||
### Demo
|
||||
|
||||
The demo shown in the gif can be run with all available backends
|
||||
(`exmples/*_demo.rs` files). For example to see the `termion` version one could
|
||||
(`examples/*_demo.rs` files). For example to see the `termion` version one could
|
||||
run:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue