From 728738fbc4dfe010b6545b3b43b49dce33c7d5bc Mon Sep 17 00:00:00 2001 From: Matt DeBoer Date: Thu, 27 Apr 2017 23:01:13 -0700 Subject: [PATCH] update readme formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1a5a5..68d590c 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ endpoints file which is scanned on a regular interval. - `--kube-port`: The port for pods/endpoints on which prometheus is lisetening; if not specified, the first TCP port found will be used -**Endpoints file** discovery is configured using `--endpoints-file` -- the path to a file containing one -endpoint per line. +**Endpoints file** discovery is configured using: + +- `--endpoints-file` -- the path to a file containing one endpoint per line. Selection ---