mod_muc_limits: Fix alignment of table columns
authorKim Alvefur <zash@zash.se>
Fri, 22 Sep 2017 20:34:56 +0200
changeset 2775 397dafbd79fc
parent 2774 7cd877aa6095
child 2776 2c59f2f0c37d
mod_muc_limits: Fix alignment of table columns
mod_muc_limits/README.markdown
--- a/mod_muc_limits/README.markdown	Fri Sep 22 13:43:54 2017 +0100
+++ b/mod_muc_limits/README.markdown	Fri Sep 22 20:34:56 2017 +0200
@@ -35,11 +35,11 @@
 
 You can define (globally or per-MUC component) the following options:
 
-  Name                 Default value   Description
-  -------------------- --------------- ------------------------------------------
-  muc\_event\_rate     0.5             The maximum number of events per second.
-  muc\_burst\_factor   6               Allow temporary bursts of this multiple.
-  muc\_max\_nick\_length  23              The maximum allowed length of user nicknames
+  Name                     Default value   Description
+  ------------------------ --------------- ----------------------------------------------
+  muc\_event\_rate         0.5             The maximum number of events per second.
+  muc\_burst\_factor       6               Allow temporary bursts of this multiple.
+  muc\_max\_nick\_length   23              The maximum allowed length of user nicknames
 
 For more understanding of how these values are used, see the algorithm
 section below.