Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Feb 14, 2024
1 parent c3efa5c commit 258f92b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 258f92b

Please sign in to comment.