Commit
Author: Drew DeVault [sir@cmpwn.com]
Hash: 1e73d03675178846426624750d758fd9abbd4402
Timestamp: Fri, 18 Sep 2020 19:12:13 +0000 (4 years ago)

+2 -1 +/-1 browse
Document port specification usage
1diff --git a/README.md b/README.md
2index d6dcf0b..407c98d 100644
3--- a/README.md
4+++ b/README.md
5 @@ -17,7 +17,8 @@ $ ./chartsrv https://prometheus.example.org
6 Listening on :8142
7 ```
8
9- Forward `/chart.svg` to this address with your favorite reverse proxy.
10+ Forward `/chart.svg` to this address with your favorite reverse proxy. If you
11+ want to listen to some other port, pass a second argument like `:1337`.
12
13 ## Usage
14