mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Fix spacing (#207)
This commit is contained in:
parent
77528bc14f
commit
e2d5f99afb
@ -87,7 +87,7 @@ There are two features for the ssl server: `rustls` and `openssl`. The `rustls`
|
||||
```toml
|
||||
[dependencies]
|
||||
actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["openssl"] }
|
||||
openssl = { version="0.10" }
|
||||
openssl = { version = "0.10" }
|
||||
```
|
||||
|
||||
{{< include-example example="server" file="ssl.rs" section="ssl" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user