From 5d37e5b7fb55b4cc3c4e8c07fa8675f45583ff82 Mon Sep 17 00:00:00 2001 From: T <52665225+valamidev@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:25:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5361758..dc7220f 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Then, create a new instance of the class with your Graphite server options: ```javascript const Metrics = new GraphiteMetrics({ - userId: "5435231"; // Grafana Graphite UserId - token: "glc_kyupkp..."; // Grafana Access Token + userId: "5435231", // Grafana Graphite UserId + token: "glc_kyupkp...", // Grafana Access Token ingestEndpointURL: "https://something.grafana.net/graphite/metrics", namespace: "e2e", });