diff --git a/README.md b/README.md index e394c2f..939f3bb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add this part at the end of the configuration of your Prometheus (prometheus.yam - job_name: python-exporter metrics_path: /metrics.txt static_configs: - - targets: [':9999'] + - targets: [':9999'] ```