From 134548c7781ad6164e649ea7b5e57b59b63a1c0a Mon Sep 17 00:00:00 2001 From: squeak Date: Thu, 9 Sep 2021 20:39:04 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 931e5a2..c80536c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To configure dato, you can edit the `config/public.js` file in the app directory You can also make modifications in `config/private.js`, but be sure to know what you're doing when doing so. -## Autosynchronization +## Autosynchronisation By default all data you create with dato is stored only in your browser. Users can manually enable per-database synchronization with any remote couch server, but this process is not obvious to users. Therefore dato provide an autosynchronization mechanism. To enable it, you need to setup a couchdb server (you can do this using the [couchdb yunohost package](https://github.com/YunoHost-Apps/couchdb_ynh)). You should do this before installing dato.