docs: fix description style
This commit is contained in:
parent
fa7626b78a
commit
f5c218efb8
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue