From 4cab07b28e213f30f3f5dd5c101ef3c297edb7a2 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 23 Dec 2022 09:24:35 -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 4109a6c4..56319fd6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Databag is a self-hosted messaging service. Notable features include: - Public-private key based identity (not bound to any blockchain or hosting domain) -- End-to-end encryption (the hosting admin cannot view topics set as sealed) +- End-to-end encryption (the hosting admin cannot view sealed topics) - Federated (accounts on different nodes can communicate) - Topic based threads (messages organized by topic not contacts) - Lightweight (server runs on a raspberry pi zero v1.3)