Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 27, 2023
1 parent e7661a7 commit c5529b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit c5529b3

Please sign in to comment.