# HG changeset patch # User Kim Alvefur # Date 1486302594 -3600 # Node ID 560378965b82f9e619416555d9dccfadd9730312 # Parent b3097323278f16187e7e6b682615dde6065f4bee mod_compression/README: Fix formatting diff -r b3097323278f -r 560378965b82 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