From d77e1ca04b14649c1518c07f9910a262cc6dccb5 Mon Sep 17 00:00:00 2001 From: Luna Stadler Date: Thu, 2 Mar 2023 15:01:37 +0100 Subject: [PATCH] Fix typo in name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🙄 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2b3e0..c2ced34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# prom-revisonist +# prom-revisionist Prometheus proxy that rewrites queries on the fly, passing them on to another Prometheus instance. @@ -17,7 +17,7 @@ and passes them on to . Alternatively, you can run the pre-built docker image: ``` -docker run -it --rm -v $PWD/config.yaml:/config.yaml -p 19090:19090 ghcr.io/spreadshirt/prom-revisonist:0.0.1-alpha -config /config.yaml +docker run -it --rm -v $PWD/config.yaml:/config.yaml -p 19090:19090 ghcr.io/spreadshirt/prom-revisionist:0.0.1-alpha2 -config /config.yaml ``` ## Configuration