changeset 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 81956bb99289
files mod_compression/README.markdown
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
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