add server readme

This commit is contained in:
Toshit Chawda 2024-07-22 14:24:30 -07:00
parent 92097afdcb
commit 9c49e68daf
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 10 additions and 1 deletions

View file

@ -295,7 +295,7 @@ pub enum ConfigFormat {
Yaml,
}
/// Server implementation of the Wisp protocol in Rust, made for epoxy.
/// Performant server implementation of the Wisp protocol in Rust, made for epoxy.
#[derive(Parser)]
#[command(version = clap::crate_version!())]
pub struct Cli {