From 7504676113c0ca59eb6b49ded82b4f101d6b3402 Mon Sep 17 00:00:00 2001 From: wojciechkepka <46892771+wojciechkepka@users.noreply.github.com> Date: Thu, 26 Dec 2019 10:55:43 +0100 Subject: [PATCH] Rustls should be uppercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b28c73d9..3c231d998 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ async fn main() -> std::io::Result<()> { * [Diesel integration](https://github.com/actix/examples/tree/master/diesel/) * [r2d2](https://github.com/actix/examples/tree/master/r2d2/) * [OpenSSL](https://github.com/actix/examples/tree/master/openssl/) -* [rustls](https://github.com/actix/examples/tree/master/rustls/) +* [Rustls](https://github.com/actix/examples/tree/master/rustls/) * [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/) * [Json](https://github.com/actix/examples/tree/master/json/)