From 1458df548119f9a70fbf9c55db632abada70ebe9 Mon Sep 17 00:00:00 2001 From: Zzzz <46766062+samuraikid0@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:05:58 -0200 Subject: [PATCH] Update README.md (#48) fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bacbf8..3b3e7553 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Databag is a self-hosted messaging service. Notable features include: - Decentralized (direct communication between app and server 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, deafult unsealed) +- End-to-End encryption (the hosting admin cannot view sealed topics, default unsealed) - Audio and Video Calls (nat traversal requires separate relay server) - Topic based threads (messages organized by topic not contacts) - Lightweight (server can run on a raspberry pi zero v1.3)