From c5529b33f9782e1baba50204c4b2a5cd8d3095aa Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 27 Jul 2023 14:29:38 +0100 Subject: [PATCH] Readme --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf2ca3a2..beefbdf78 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Integration examples: 3. Testable - Use Mock / SQLite to write tests for your application logic. + Use mock connections and/or SQLite to write tests for your application logic. 4. Service Oriented diff --git a/src/lib.rs b/src/lib.rs index d77f52d85..ce02a92d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,7 +64,7 @@ //! //! 3. Testable //! -//! Use Mock / SQLite to write tests for your application logic. +//! Use mock connections and/or SQLite to write tests for your application logic. //! //! 4. Service Oriented //!