Merge pull request #279 from bbqsrc/patch-1

Fix typo
This commit is contained in:
Zrzka 2019-10-20 22:49:15 +02:00 committed by GitHub
commit 88adec788c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ features = ["cursor"] # Enable cursor feature only
use crossterm::cursor;
```
#### `crossterm_curosr` crate:
#### `crossterm_cursor` crate:
```toml
[dependencies]