# HG changeset patch # User Kim Alvefur # Date 1443884025 -7200 # Node ID 8064b5e346ab51ca67a1932bfd5adb334af81cff # Parent 981143617dcf63a717c3b90255ef13845f4cb7d9 mod_pubsub_feeds/README: Update wording to be clearer diff -r 981143617dcf -r 8064b5e346ab mod_pubsub_feeds/README.markdown --- a/mod_pubsub_feeds/README.markdown Sat Oct 03 16:09:01 2015 +0200 +++ b/mod_pubsub_feeds/README.markdown Sat Oct 03 16:53:45 2015 +0200 @@ -16,8 +16,11 @@ Configuration ============= -This module must be loaded on a Prosody pubsub component. Add it to -`modules_enabled` and configure like so: +This module needs to be be loaded together with +[mod\_pubsub][doc:modules:mod\_pubsub]. + +For example, this is how you could add it to an existing pubsub +component: ``` lua Component "pubsub.example.com" "pubsub"