# HG changeset patch # User Kim Alvefur # Date 1546886764 -3600 # Node ID 12c7c0d7e1b0ab39dce5e6e1e1d87b69fca60398 # Parent 26a549513f02a0c27a4be4d477e80ed69aa5e25a mod_pubsub_text_interface/README: Fix typo (thanks perflyst) diff -r 26a549513f02 -r 12c7c0d7e1b0 mod_pubsub_text_interface/README.markdown --- 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", }