From 204ef59f634a31235cea74de8eab4f5495b890c9 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 2 Sep 2022 21:09:23 -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 6046e006..df8c69b5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@

Databag is a self-hosted messaging service for the DWeb community. Notable features include: -- Lightweight (runs on a raspberry pi zero 1) - Public-private key based identity (not bound to any blockchain or hosting domain) - Federated (accounts on different nodes can communicate) +- Lightweight (runs on a raspberry pi zero w [1]) - No server-side replication (direct communication between app and contact's node) - Low latency (use of websockets for push events to avoid polling) - Responsive (renders well in browsers for phone, tablet and pc)