diff mod_compression/README.markdown @ 2484:560378965b82

mod_compression/README: Fix formatting
author Kim Alvefur <zash@zash.se>
date Sun, 05 Feb 2017 14:49:54 +0100
parents b3097323278f
children a5d4a78c7619
line wrap: on
line diff
--- a/mod_compression/README.markdown	Sun Feb 05 14:46:23 2017 +0100
+++ b/mod_compression/README.markdown	Sun Feb 05 14:49:54 2017 +0100
@@ -15,11 +15,11 @@
 compression must support the "zlib" compression method, and this is what
 Prosody uses. However you will need to install zlib support for Lua on
 your system. There are different ways of doing this depending on your
-system. If in doubt whether it is installed correctly, the command \`lua
--lzlib\` in a console should open a Lua prompt with no errors.
+system. If in doubt whether it is installed correctly, the command
+`lua-lzlib` in a console should open a Lua prompt with no errors.
 
-For more information on obtaining lua-zlib for your platform, see our
-[dependencies page](/doc/depends#lua-zlib "doc:depends"){.wikilink1}.
+For more information on obtaining lua-zlib for your platform, see the
+[dependencies page][doc:depends].
 
 # Usage