changeset 1893:8064b5e346ab

mod_pubsub_feeds/README: Update wording to be clearer
author Kim Alvefur <zash@zash.se>
date Sat, 03 Oct 2015 16:53:45 +0200
parents 981143617dcf
children 93c5479c6f2f
files mod_pubsub_feeds/README.markdown
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"