From 8e71a76eccc5bffcbe38742f56b3988792d4253c Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:17:00 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb3518d7..26dfc880 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Databag is a self-hosted messaging service. Notable features include: - Decentralized (direct communication between app and contact's node) - Federated (accounts on different nodes can communicate) -- Public-private key based identity (not bound to any blockchain or hosting domain) -- End-to-end encryption (the hosting admin cannot view sealed topics) +- Public-Private key based identity (not bound to any blockchain or hosting domain) +- End-to-End encryption (the hosting admin cannot view sealed topics) - Audio and Video Calls (nat tranversal requires separate relay server) - Topic based threads (messages organized by topic not contacts) - Lightweight (server runs on a raspberry pi zero v1.3)