Update README.md (#667)

This commit is contained in:
Dave Loyall 2022-05-23 01:44:08 -05:00 committed by GitHub
parent d48ae42824
commit 9d72c27c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ features = ["event-stream"]
| `signal-hook` | signalhook is used to handle terminal resize SIGNAL with Mio. | UNIX only |
| `winapi` | Used for low-level windows system calls which ANSI codes can't replace | windows only |
| `futures-core` | For async stream of events | only with `event-stream` feature flag |
| `serde` | Se/dese/rializing of events | only with `serde` feature flag |
| `serde` | ***ser***ializing and ***de***serializing of events | only with `serde` feature flag |
### Other Resources