# HG changeset patch # User Kim Alvefur # Date 1527436106 -7200 # Node ID 99e42058a29d892618927613e56b8a6058c47521 # Parent 9fb944fad619b07cf36815bc3162ef6a8ed06536 mod_pubsub_feeds/README: Markup options in table as code diff -r 9fb944fad619 -r 99e42058a29d mod_pubsub_feeds/README.markdown --- 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