From 3256281adef036fea08f8a10b09dc5466871adb7 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 9 Dec 2019 14:53:35 +0100 Subject: [PATCH] Fixed description --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6530d5..da1e55c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Document Store Library: - allows to persist data in NoSQL Document Store Databases; - discovers Model dynamically; -- discovers Database Backend connector dynamically; +- discovers backend connector dynamically; - discovers Configuration implementation dynamically; - discovers Max Buffer Record dynamically; - provides aggregation and fallback facilities. diff --git a/pom.xml b/pom.xml index c875be7..ce8652e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ Document Store Library: - allows to persist data in NoSQL Document Store Databases; - discovers Model dynamically; - - discovers Database Backend connector dynamically; + - discovers backend connector dynamically; - discovers Configuration implementation dynamically; - discovers Max Buffer Record dynamically; - provides aggregation and fallback facilities.