From d6e0bb9b4499c16dc2a99d0f534633201d0f2ee4 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 8 Oct 2021 03:09:44 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3ad2ce68..2ffd013ad8 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] } #### Cargo Feature Flags -- `runtime-async-std-native-tls` (on by default): Use the `async-std` runtime and `native-tls` TLS backend. +- `runtime-async-std-native-tls`: Use the `async-std` runtime and `native-tls` TLS backend. - `runtime-async-std-rustls`: Use the `async-std` runtime and `rustls` TLS backend.