From 331e7bc564685fcf2e10e37722beac55c628148b Mon Sep 17 00:00:00 2001 From: "Alan D. Salewski" Date: Thu, 12 Nov 2020 12:48:27 -0500 Subject: [PATCH] README.md: group 'runtime-foo-*' features together by runtime --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efab2920..886e3989 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,10 @@ sqlx = { version = "0.4.0", features = [ "runtime-async-std-native-tls" ] } - `runtime-async-std-native-tls` (on by default): Use the `async-std` runtime and `native-tls` TLS backend. -- `runtime-tokio-native-tls`: Use the `tokio` runtime and `native-tls` TLS backend. - - `runtime-async-std-rustls`: Use the `async-std` runtime and `rustls` TLS backend. +- `runtime-tokio-native-tls`: Use the `tokio` runtime and `native-tls` TLS backend. + - `runtime-tokio-rustls`: Use the `tokio` runtime and `rustls` TLS backend. - `runtime-actix-native-tls`: Use the `actix` runtime and `native-tls` TLS backend.