From ed0891c3fb49ef05ec26ebb9886dbf20c974eb7f Mon Sep 17 00:00:00 2001 From: eauchat Date: Fri, 12 Mar 2021 08:54:04 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 402119a..186ed16 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access via simple http requests. +Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests. As explained in wikipedia: > Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.