diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" @@ -4,7 +4,7 @@ [](https://docs.rs/windmark) [](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 |