diff --git a/content/docs/server.md b/content/docs/server.md index 919ed8d..8bba94b 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -49,8 +49,8 @@ is not shared between threads. To share state, `Arc` could be used. ## SSL -There are two features for ssl server: `rust-tls` and `ssl`. The `tls` feature is -for `rust-tls` integration and `ssl` is for `openssl`. +There are two features for the ssl server: `rust-tls` and `ssl`. The `rust-tls` feature is for +`rustls` integration and `ssl` is for `openssl`. ```toml [dependencies]