diff --git a/README.md b/README.md index 6d0c8fa..d5e5b53 100644 --- a/README.md +++ b/README.md @@ -173,11 +173,11 @@ To control behavior for individual notifiers or event behavior use a file config Additionally, Events can be filtered based on stats for the individual Event or overall for the running session of endless-notify. * Accept - * `maxTotalConnection` - Notify if total connections by IP is less than this - * `minTotalConnection` - Notify if total connections by IP is more than this + * `maxTotalConnections` - Notify if total connections by IP is less than this + * `minTotalConnections` - Notify if total connections by IP is more than this * Close - * `maxTotalConnection` - Notify if total connections by IP is less than this - * `minTotalConnection` - Notify if total connections by IP is more than this + * `maxTotalConnections` - Notify if total connections by IP is less than this + * `minTotalConnections` - Notify if total connections by IP is more than this * `maxTrappedTime` - Notify if event trapped time was less this * `minTrappedTime` - Notify if event trapped time was more than this * `maxTotalTrappedTime` - Notify if total trapped time for IP was less than this