From 9a2ad29843d68742d5e31dda0065d5157eda98de Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:03:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc31019..c20fd1f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Databag is a self-hosted messaging service. Notable features include: - Public-private key based identity (not bound to any blockchain or hosting domain) - Federated (accounts on different nodes can communicate) - Lightweight (server runs on a raspberry pi zero v1.3) -- No server-side replication (direct communication between app and contact's node) +- Decentralized (direct communication between app and contact's node) - Low latency (use of websockets for push events to avoid polling) - Responsive (renders well in phone, tablet and pc) - Unlimited accounts per node (host for your whole family)