summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/README.txt')
-rw-r--r--common/src/leap/soledad/common/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/leap/soledad/common/README.txt b/common/src/leap/soledad/common/README.txt
index 106efb5e..38b9858e 100644
--- a/common/src/leap/soledad/common/README.txt
+++ b/common/src/leap/soledad/common/README.txt
@@ -3,10 +3,10 @@ Soledad common package
This package contains Soledad bits used by both server and client.
-Couch U1DB Backend
+Couch L2DB Backend
------------------
-U1DB backends rely on some atomic operations that modify documents contents
+L2DB backends rely on some atomic operations that modify documents contents
and metadata (conflicts, transaction ids and indexes). The only atomic
operation in Couch is a document put, so every u1db atomic operation has to be
mapped to a couch document put.