From dff838919bfa310c3cdb38dcdbc7c0d195df511a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 15 Nov 2020 22:19:04 +0100 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93f51e1..9b4dbf4 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ bb8 is agnostic to the connection type it is managing. Implementors of the `ManageConnection` trait provide the database-specific logic to create and check the health of connections. -A (possibly not exhaustive) list of adaptors for different backends: +A (possibly not exhaustive) list of adapters for different backends: -Backend | Adaptor Crate +Backend | Adapter Crate ------- | ------------- [tokio-postgres](https://github.com/sfackler/rust-postgres) | [bb8-postgres](https://crates.io/crates/bb8-postgres) [redis](https://github.com/mitsuhiko/redis-rs) | [bb8-redis](https://crates.io/crates/bb8-redis)