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!_