From 7c40d6368ceb233cb5aa23b4cbad32ed6efbb090 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 28 Mar 2021 20:12:24 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df25fe..84452a3 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ There are two options to enable background tasks for Friendica: - `FRIENDICA_LANG` The default language of the Friendica server. - `FRIENDICA_SITENAME` The Sitename of the Friendica server. - `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled. -- `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default ist the DB backend. +- `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default is the DB backend. - `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data). **Friendica Logging**