From e406ab4c766fe55403c65ef262312c2897461456 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:35:33 -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 d94a9f44..1cc76f7b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Databag is a self-hosted messaging service. Notable features include: - 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) -- Audio and Video Calls (nat tranversal requires separate relay server) +- 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) - Low latency (use of websockets for push events to avoid polling)