From 7e53dd730534fa38f8c6a63affba4a8bbd9bf9ab Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:23:05 -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 f4b94e4e..b084bbc9 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) -- response (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.