From f8b76b93dcd48fbde96fc0b644b001903a26018d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 14 Oct 2021 15:24:08 +0100 Subject: [PATCH] Update README.md --- db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/README.md b/db/README.md index 601c6b6..0bb2483 100644 --- a/db/README.md +++ b/db/README.md @@ -2,5 +2,5 @@ Simple database service # DB Service -The DB service is a straightforward key-value and document database which provides persistent storage via a Create Read Update Delete (CRUD) API. It includes feature rich querying and JSON based formatted records for native use in Node.js and or any language. Powering the backend of your apps from anywhere in the world. +The DB service is a straightforward key-value and document database which provides persistent storage via a CRUD interface. It includes feature rich querying and JSON based formatted records for native use in Node.js and or any language. Powering the backend of your apps from anywhere in the world.