Skip to content

Commit

Permalink
Update README.md: fix typo (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii15298 committed Jan 6, 2024
1 parent 7ef45a6 commit 0914f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -150,7 +150,7 @@ features = ["event-stream"]
| `filedescriptor` | Use raw filedescriptor for all events rather then mio dependency |


To use crossterm as a very tin layer you can disable the `events` feature or use `filedescriptor` feature.
To use crossterm as a very thin layer you can disable the `events` feature or use `filedescriptor` feature.
This can disable `mio` / `signal-hook` / `signal-hook-mio` dependencies.

### Dependency Justification
Expand Down

0 comments on commit 0914f2d

Please sign in to comment.