diff --git a/README.md b/README.md index bbf2ca3a..beefbdf7 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 d77f52d8..ce02a92d 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 //!