mod_mam_muc/README: Fix markdown syntax
authorKim Alvefur <zash@zash.se>
Thu, 17 Dec 2015 16:53:24 +0100
changeset 1984 5e0ee0e4d5b1
parent 1983 3a66cff4354f
child 1985 1f815f57fa57
mod_mam_muc/README: Fix markdown syntax
mod_mam_muc/README.markdown
--- a/mod_mam_muc/README.markdown	Thu Dec 17 16:51:49 2015 +0100
+++ b/mod_mam_muc/README.markdown	Thu Dec 17 16:53:24 2015 +0100
@@ -24,11 +24,11 @@
 modules_enabled = {
   "mam_muc",
 }
-``` {.lua}
+```
 
 And configure it to use an archive-capable storage module:
 
-```
+``` {.lua}
 storage = {
     muc_log = "sql"; -- Requires 0.10 or later
 }