Merge pull request #204 from kublr/master

Fixed config generation command in README
This commit is contained in:
Sergiusz Urbaniak 2019-05-23 08:18:26 +02:00 committed by GitHub
commit dc65c75140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ you can use the included `config-gen` tool to generate a configuration that matc
the old implicit ruleset: the old implicit ruleset:
```shell ```shell
$ go run cmd/config-gen main.go [--rate-interval=<duration>] [--label-prefix=<prefix>] $ go run cmd/config-gen/main.go [--rate-interval=<duration>] [--label-prefix=<prefix>]
``` ```
Example Example