From 98812561f6babecc4693319b6d95bb3046e4e91a Mon Sep 17 00:00:00 2001 From: Imbolc Date: Fri, 19 Feb 2021 08:17:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67a84de2..df8a0e05 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] } - `chrono`: Add support for date and time types from `chrono`. -- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, which is prefered by `query!` macro, if both enabled) +- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, which is preferred by `query!` macro, if both enabled) - `bstr`: Add support for `bstr::BString`.