From 1dc0b2a0e42752edda90f9dc3c3718bf6ef51921 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 5 Feb 2023 10:12:49 -0800 Subject: [PATCH] Make spelling of "I/O" consistent --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc037dcf..d146e170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ "Thomas de Zeeuw ", "Tokio Contributors ", ] -description = "Lightweight non-blocking IO" +description = "Lightweight non-blocking I/O." homepage = "https://github.com/tokio-rs/mio" repository = "https://github.com/tokio-rs/mio" readme = "README.md" diff --git a/README.md b/README.md index d5b60f9a..d2dcebc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mio – Metal IO +# Mio – Metal I/O Mio is a fast, low-level I/O library for Rust focusing on non-blocking APIs and event notification for building high performance I/O apps with as little