Skip to content

Commit

Permalink
Fix typo in name
Browse files Browse the repository at this point in the history
🙄
  • Loading branch information
heyLu committed Mar 2, 2023
1 parent a3d4d6d commit d77e1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prom-revisonist
# prom-revisionist

Prometheus proxy that rewrites queries on the fly, passing them on to another Prometheus instance.

Expand All @@ -17,7 +17,7 @@ and passes them on to <http://localhost:9090>.
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
Expand Down

0 comments on commit d77e1ca

Please sign in to comment.