From 1d23daea71944772acb2d7a204fb6dea9d706d6b Mon Sep 17 00:00:00 2001 From: Pascal Date: Sun, 21 Jul 2024 12:58:11 +0000 Subject: [PATCH] fix typo in dependencies.md --- book/introduction/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/introduction/dependencies.md b/book/introduction/dependencies.md index 93704fe..9528d52 100644 --- a/book/introduction/dependencies.md +++ b/book/introduction/dependencies.md @@ -22,7 +22,7 @@ You can achieve synchronous connection pooling with `r2d2-postgres` without any ### Async * Client: `cornucopia_async`. * Runtime: `tokio`. -* Driver: `tokio_postgres`. +* Driver: `tokio-postgres`. * Async tools: `futures`. #### (Optional) Async connection pooling