comparison 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
comparison
equal deleted inserted replaced
2483:b3097323278f 2484:560378965b82
13 13
14 The XMPP protocol specifies that all clients and servers supporting 14 The XMPP protocol specifies that all clients and servers supporting
15 compression must support the "zlib" compression method, and this is what 15 compression must support the "zlib" compression method, and this is what
16 Prosody uses. However you will need to install zlib support for Lua on 16 Prosody uses. However you will need to install zlib support for Lua on
17 your system. There are different ways of doing this depending on your 17 your system. There are different ways of doing this depending on your
18 system. If in doubt whether it is installed correctly, the command \`lua 18 system. If in doubt whether it is installed correctly, the command
19 -lzlib\` in a console should open a Lua prompt with no errors. 19 `lua-lzlib` in a console should open a Lua prompt with no errors.
20 20
21 For more information on obtaining lua-zlib for your platform, see our 21 For more information on obtaining lua-zlib for your platform, see the
22 [dependencies page](/doc/depends#lua-zlib "doc:depends"){.wikilink1}. 22 [dependencies page][doc:depends].
23 23
24 # Usage 24 # Usage
25 25
26 ``` lua 26 ``` lua
27 modules_enabled = { 27 modules_enabled = {