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