diff --git a/Cargo.toml b/Cargo.toml index 97d7e29..0c53985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" homepage = "https://unw.dc09.ru" repository = "https://git.dc09.ru/unweb/tokio-gemini" readme = "README.md" -description = "Gemini protocol client & server written in Rust with Tokio" +description = "Gemini protocol client and server implementation written in Rust with Tokio" categories = ["network-programming"] [dependencies] diff --git a/README.md b/README.md index cb49925..eb80666 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # tokio-gemini -Gemini protocol client & server written in Rust with Tokio. +Gemini protocol client and server implementation written in Rust with Tokio.