From c45770da4e60ba5137a92cf9f71657aff197e9e8 Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Sun, 1 Nov 2020 17:38:41 -0800 Subject: [PATCH] Fix grammar on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dd13529..72b7ec24 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runti * `runtime-async-std` (on by default): Use the `async-std` runtime. - * `runtime-tokio`: Use the `tokio` runtime. Mutually exclusive all other runtimes. + * `runtime-tokio`: Use the `tokio` runtime. Mutually exclusive to all other runtimes. - * `runtime-actix`: Use the `actix_rt` runtime. Mutually exclusive all other runtimes. + * `runtime-actix`: Use the `actix_rt` runtime. Mutually exclusive to all other runtimes. * `postgres`: Add support for the Postgres database server.