diff --git a/plugins/Limiter/README.md b/plugins/Limiter/README.md index 2cefb4c75..40295695e 100644 --- a/plugins/Limiter/README.md +++ b/plugins/Limiter/README.md @@ -1,2 +1,2 @@ -This will set a limit on the channel based on plugins.Limiter.MaximumExcess plus the current number of users in the channel. -This is useful to prevent flood attacks. \ No newline at end of file +This will set a limit on the channel based on `plugins.Limiter.MaximumExcess` plus the current number of users in the channel. +This is useful to prevent flood attacks.