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:
Priime 2020-07-04 17:48:35 +08:00 committed by Florian Dehau
parent e789c671b0
commit 6204eddade

View File

@ -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:
```