From 9d72c27c20c2d17541a4c5547e10ff21b8ad717b Mon Sep 17 00:00:00 2001 From: Dave Loyall Date: Mon, 23 May 2022 01:44:08 -0500 Subject: [PATCH] Update README.md (#667) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1960f..4a891c4 100644 --- a/README.md +++ b/README.md @@ -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