From 55a806bac018c605c1bff386c5dedb66fffa61b3 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:23: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 b084bbc9..e76c25e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Databag is a self-hosted messaging service for the DWeb community. Notable featu - Federated (accounts on different nodes can communicate) - 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) +- Responsive (renders well in browsers for phone, tablet and pc) - Unlimited accounts per node (host for your whole family) You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.