Commit
+3 -1 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 407c98d..3ae2b2f 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -1,7 +1,9 @@ |
6 | # chartsrv |
7 | |
8 | chartsrv is a dead-simple web application which runs [Prometheus][0] queries and |
9 | - charts the result as an SVG. |
10 | + charts the result as an SVG. You make a dashboard by putting a lot of these |
11 | + images into a web page. You make it refresh by adding |
12 | + `<meta id="refresh" http-equiv="refresh" content="5">` to the header. Ta-da! |
13 | |
14 | [0]: https://prometheus.io/ |
15 |