From b7789cc72359b08a5aad242bec009f73bc91e93c Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 18 May 2021 15:55:34 +0200 Subject: [PATCH] Fixing JSON in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ec515..0a200a4 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-spe "topprocs", "cpustat", "nvidia" - ] + ], "receiver": { - "type": "none" + "type": "none", "address": "127.0.0.1", "port": "4222", - "database": "testdb", + "database": "testdb" } } ```