# HG changeset patch # User Kim Alvefur # Date 1450367604 -3600 # Node ID 5e0ee0e4d5b1f502383cc4a3f839de393db3c0ce # Parent 3a66cff4354f67295b40b94ba3085373374c178f mod_mam_muc/README: Fix markdown syntax diff -r 3a66cff4354f -r 5e0ee0e4d5b1 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 }