diff --git a/README.md b/README.md index b02a2070..c314c05f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ Built upon SeaQuery, a dynamic query builder, SeaORM allows you to build complex Use mock connections to write unit tests for your logic. -4. API oriented +4. Service oriented -Quickly build search models that help you join, filter, sort and paginate data in APIs. +Quickly build services that join, filter, sort and paginate data in APIs. diff --git a/src/lib.rs b/src/lib.rs index 58276792..cc41fb8c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,9 +35,9 @@ //! //! Use mock connections to write unit tests for your logic. //! -//! 4. API oriented +//! 4. Service oriented //! -//! Quickly build search models that help you join, filter, sort and paginate data in APIs. +//! Quickly build services that join, filter, sort and paginate data in APIs. //! //! # A quick taste of SeaORM //!