From 5f9b915141900aff9f8071f8505455218a5e2f29 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Apr 2019 23:46:19 +0200 Subject: [PATCH] :shirt: Fixes Markdownlint warnings --- README.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3b6b77..31a93d4 100755 --- a/README.md +++ b/README.md @@ -117,8 +117,18 @@ The private key file to use for SSL. ### Option: `culture` -Is used for setting the language. -Choose between `da` (Danish), `de`(Deutch), `en` (English), `es` (Spanish), `fr` (French), `it` (Italian), `nl` (Dutch), `no` (Norwegian), `pl` (Polish), `ru` (Russian). +Is used for setting the language. Choose between: + +- `da` (Danish) +- `de` (Deutch) +- `en` (English) +- `es` (Spanish) +- `fr` (French) +- `it` (Italian) +- `nl` (Dutch) +- `no` (Norwegian) +- `pl` (Polish) +- `ru` (Russian) ### Option: `currency` @@ -128,7 +138,16 @@ Choose between `$`, `€`, `£`. ### Option: `features` Is used for enable or disable features in Grocy. -The following features can be enabled or disabled `batteries`, `calendar`, `chores`, `equipment`, `recipes`, `shoppinglist`, `tasks`. +The following features can be enabled or disabled: + +- `batteries` +- `calendar` +- `chores` +- `equipment` +- `recipes` +- `shoppinglist` +- `tasks` + Set it `true` to enable it, `false` otherwise. ## Embedding into Home Assistant