aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 06:33:35 +0000
committerFuwn <[email protected]>2022-03-27 06:33:35 +0000
commita9e393eedeb75a585f282007cc47c20b51379328 (patch)
tree430725b4bf987cdacc6d1541a905a9add7ad55f8
parentfeat(router): set charset and language (diff)
downloadwindmark-a9e393eedeb75a585f282007cc47c20b51379328.tar.xz
windmark-a9e393eedeb75a585f282007cc47c20b51379328.zip
docs(meta): update description
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79bdb65..92d906f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ name = "windmark"
version = "0.0.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
-description = "A simple and highly performant Gemini server framework"
+description = "An elegant and highly performant async Gemini server framework"
documentation = "https://docs.rs/windmark"
readme = "README.md"
homepage = "https://github.com/gemrest/windmark"
diff --git a/README.md b/README.md
index bd07ac3..0c303c6 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![docs.rs](https://docs.rs/windmark/badge.svg)](https://docs.rs/windmark)
[![github.com](https://github.com/gemrest/windmark/actions/workflows/check.yaml/badge.svg?branch=main)](https://github.com/gemrest/windmark/actions/workflows/check.yaml)
-Windmark is a simple and highly performant Gemini server framework.
+Windmark is An elegant and highly performant async Gemini server framework.
## Usage