From 502b059cd5a89f71cb60ab853684372d9cb08c7b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Feb 2020 20:16:20 +0100 Subject: [PATCH] :books: Update add-on documentation to use new YAML configuration format --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5d0c189..cd52519 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,13 @@ devices and can try to play audio to them. Example add-on configuration: -```json -{ - "log_level": "info", - "address": "192.168.1.234", - "port": 49152, - "latency_rtp": 1000, - "latency_http": 2000, - "drift": true -} +```yaml +log_level: info +address: 192.168.1.234 +port: 49152 +latency_rtp: 1000 +latency_http: 2000 +drift: true ``` **Note**: _This is just an example, don't copy and past it! Create your own!_