1
0
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:
Sadika Sumanapala 2020-12-27 00:04:17 +05:30 committed by GitHub
parent 77528bc14f
commit e2d5f99afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" >}}