diff --git a/docs/05-connecting-and-saving.md b/docs/05-connecting-and-saving.md index 16e0a3f..181e3c8 100644 --- a/docs/05-connecting-and-saving.md +++ b/docs/05-connecting-and-saving.md @@ -223,7 +223,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-native-tls", "macros", "postgres", "uuid", "chrono"] } ``` -Both of the new creates need `serde` as a feature and we'll be using `UUID4` for +Both of the new crates need `serde` as a feature and we'll be using `UUID4` for our primary key. We'll also need a full subscription object to store, and then a