From c2d748ac14ea02acaa837e1f1daf09f5d8499c10 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:13:42 -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 59480c11..2a9cfc95 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Databag is a self-hosting network for the DWeb community, implementing the indicom messaging service. Notable features include: - Public-private key based identity and not bound to any blockchain or hosting domain. - Direct communication between app and contact's node with no server-side replication. -- Data revision trees for effient syncrhonization. +- Data revision trees for efficient syncrhonization. - Websockets for delivering synchronization events. - Each node can host any number of accounts. - Server written in Go and browser app written with Reactjs.