From c4b84d328a9a285ebf1b8a5678030818521e0dd1 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Mon, 1 Jun 2015 13:05:48 +0200 Subject: [PATCH] Fix reference to example configuration file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc1d5a88e..0dce8dd6f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ context.) In most circumstances, the following should work: $ make build - $ ./prometheus -config.file=documentation/examples/prometheus.conf + $ ./prometheus -config.file=documentation/examples/prometheus.yml The above requires a number of common tools to be installed, namely `curl`, `git`, `gzip`, `hg` (Mercurial CLI), `sed`, `xxd`. Should you