Mercurial > prosody-modules
changeset 3051:99e42058a29d
mod_pubsub_feeds/README: Markup options in table as code
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 May 2018 17:48:26 +0200 |
parents | 9fb944fad619 |
children | e4a986d55bb2 |
files | mod_pubsub_feeds/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_feeds/README.markdown Sun May 27 17:44:39 2018 +0200 +++ b/mod_pubsub_feeds/README.markdown Sun May 27 17:48:26 2018 +0200 @@ -40,9 +40,9 @@ Option Description ---------------------- ------------------------------------------------------------------------- - feeds A list of virtual nodes to create and their associated Atom or RSS URL. - feed\_pull\_interval Number of minutes between polling for new results (default 15) - use\_pubsubhubub If PubSubHubbub should be enabled, true by default. + `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. + `feed_pull_interval` Number of minutes between polling for new results (default 15) + `use_pubsubhubub` Set to `false` to disable PubSubHubbub # Compatibility