diff --git a/README.md b/README.md index f77de00a3..0539db374 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio" * `chrono`: Add support for date and time types from `chrono`. - * `time`: Add support for date and time types from `time` crate (simpler than `chrono`) + * `time`: Add support for date and time types from `time` crate (alternative to `chrono`, prefered by `query!` macro, if both enabled) * `tls`: Add support for TLS connections.