diff options
Diffstat (limited to 'web/api/queries/max/README.md')
-rw-r--r-- | web/api/queries/max/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/api/queries/max/README.md b/web/api/queries/max/README.md index 82749c4ab..e7ad5446d 100644 --- a/web/api/queries/max/README.md +++ b/web/api/queries/max/README.md @@ -13,10 +13,10 @@ This module finds the max value in the time-frame given. ## how to use -Use it in alarms like this: +Use it in alerts like this: ``` - alarm: my_alarm + alarm: my_alert on: my_chart lookup: max -1m unaligned of my_dimension warn: $this > 1000 |