diff options
| author | Fuwn <[email protected]> | 2022-03-27 07:00:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 07:00:44 +0000 |
| commit | 18d4ac1f2e9782654494c957927c2a5cc6a2915c (patch) | |
| tree | d5c13fa5595d2efe1cd9a724ddf13a116bc91d0c /README.md | |
| parent | docs(readme): fix example (diff) | |
| download | windmark-0.1.2.tar.xz windmark-0.1.2.zip | |
docs: extend0.1.2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -4,7 +4,7 @@ [](https://docs.rs/windmark) [](https://github.com/gemrest/windmark/actions/workflows/check.yaml) -Windmark is An elegant and highly performant async Gemini server framework. +Windmark is an elegant and highly performant, async Gemini server framework. ## Usage @@ -14,10 +14,10 @@ Windmark is An elegant and highly performant async Gemini server framework. # Cargo.toml [dependencies] -windmark = "0.1.1" +windmark = "0.1.2" -# If you would like to use the built-in logger (reccomended) -# windmark = { version = "0.1.1", features = ["logger"] } +# If you would like to use the built-in logger (recommended) +# windmark = { version = "0.1.2", features = ["logger"] } ``` ### Implement a Windmark server @@ -43,8 +43,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { ## Examples -Examples can be found within the [`examples/`](./examples) directory. +Examples can be found within the +[`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory. ## License -This project is licensed with the [GNU General Public License v3.0](./LICENSE). +This project is licensed with the +[GNU General Public License v3.0](https://github.com/gemrest/windmark/blob/main/LICENSE). |