Commit
Author: Drew DeVault [sir@cmpwn.com]
Hash: 9ecafe672c0c257178d2a3a788ae7dbf71e2a3d4
Timestamp: Fri, 18 Sep 2020 19:35:28 +0000 (4 years ago)

+3 -1 +/-1 browse
Expand README.md
1diff --git a/README.md b/README.md
2index 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