mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 14:32:23 +00:00
Fix grammar on readme
This commit is contained in:
parent
78a5629d5a
commit
c45770da4e
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user