docs: fix description style

This commit is contained in:
DarkCat09 2024-08-05 16:20:28 +04:00
parent fa7626b78a
commit f5c218efb8
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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.