Merge pull request #4752 from Shou/patch-1

docs: clarify location of counter alias
This commit is contained in:
DubhAd 2018-02-25 13:21:02 +00:00 committed by GitHub
commit b160837f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ To add a counter to your installation, add the following to your `configuration.
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
counter: counter:
counter: my_custom_counter:
initial: 30 initial: 30
step: 1 step: 1
``` ```