From fc0d6a82dfb7f6e0bc7fc990c0789bf3089e74be Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:41:47 -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 a0ec8ffc..4acc1799 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Databag is a self-hosted messaging service. Notable features include: - 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) +- Lightweight (server can run on a raspberry pi zero v1.3) - Low latency (use of websockets for push events to avoid polling) - Unlimited accounts per node (host for your whole family) - Mobile alerts (push notifications on new contacts, messages, and calls)