mod_compression/README: Fix formatting
authorKim Alvefur <zash@zash.se>
Sun, 05 Feb 2017 14:49:54 +0100
changeset 2488 560378965b82
parent 2487 b3097323278f
child 2489 81956bb99289
mod_compression/README: Fix formatting
mod_compression/README.markdown
--- 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