From f5c218efb85de6183a73e3103799d9603c0ecada Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 5 Aug 2024 16:20:28 +0400 Subject: [PATCH] docs: fix description style --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.