Software /
code /
prosody-modules
Changeset
3436:12c7c0d7e1b0
mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Jan 2019 19:46:04 +0100 |
parents | 3435:26a549513f02 |
children | 3437:ce5d1fa69ba3 |
files | mod_pubsub_text_interface/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_text_interface/README.markdown Sun Jan 06 10:27:55 2019 +0100 +++ b/mod_pubsub_text_interface/README.markdown Mon Jan 07 19:46:04 2019 +0100 @@ -8,7 +8,7 @@ # Configuring ``` {.lua} -Component "pubsub.example.com" "pubub" +Component "pubsub.example.com" "pubsub" modules_enabled = { "pubsub_text_interface", }