From daba9528e4b40c442226aaee00bc609e2c50b83b Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 22 Jun 2020 10:30:31 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491d40f..9f9b871 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The following metrics are exported by default Information about the Prometheus Flask exporter itself (e.g. `version`). The prefix for the default metrics can be controlled by the `defaults_prefix` parameter. -Is you don't want to use any prefix, pass the `prometheus_flask_exporter.NO_PREFIX` value in. +If you don't want to use any prefix, pass the `prometheus_flask_exporter.NO_PREFIX` value in. To register your own *default* metrics that will track all registered Flask view functions, use the `register_default` function.