From 0e7de4c40d3fd5d27329c49f5aa04e4969205aa7 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:16:38 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6ab0f9..a4b2dc9f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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) -- Topic based threads (messages grouped by topic not contacts) +- Topic based threads (messages organized by topic not contacts) - Lightweight (server runs on a raspberry pi zero v1.3) - Decentralized (direct communication between app and contact's node) - Low latency (use of websockets for push events to avoid polling)