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