From f7b1c9b59a4eff7193399dc57d31c76724b8c787 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 20 Sep 2021 18:10:15 +0800 Subject: [PATCH] Edit README --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 212ca758..1c0e83d1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ assert_eq!( ); ``` -4. Service oriented +4. Service Oriented Quickly build services that join, filter, sort and paginate data in APIs. diff --git a/src/lib.rs b/src/lib.rs index e8c80b4e..4fd492c5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -162,7 +162,7 @@ //! # } //! ``` //! -//! 4. Service oriented +//! 4. Service Oriented //! //! Quickly build services that join, filter, sort and paginate data in APIs. //!