From 276ed70b68efe3c6d266046a84c49a6f3d05cd3e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 14:05:51 +0100 Subject: [PATCH] :books: Update add-on documentation to use new YAML configuration format --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 740cd9a..7a85307 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,11 @@ that part is out of the scope for the documentation of this add-on. Example add-on configuration: -```json -{ - "log_level": "info", - "ssl": true, - "certfile": "fullchain.pem", - "keyfile": "privkey.pem" -} +```yaml +log_level: info +ssl: true +certfile: fullchain.pem +keyfile: privkey.pem ``` **Note**: _This is just an example, don't copy and past it! Create your own!_