Software /
code /
prosody-modules
Changeset
3320:2333e384409d
mod_pubsub_mqtt/README: Fix quotes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Sep 2018 19:41:57 +0200 |
parents | 3319:408f92149774 |
children | 3321:628659e2e6b0 |
files | mod_pubsub_mqtt/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_mqtt/README.markdown Fri Sep 14 08:02:50 2018 +0000 +++ b/mod_pubsub_mqtt/README.markdown Sat Sep 15 19:41:57 2018 +0200 @@ -16,7 +16,7 @@ MQTT has the concept of 'topics' (similar to XMPP's pubsub 'nodes'). mod\_pubsub\_mqtt maps pubsub nodes to MQTT topics of the form -`HOST/NODE', e.g.`pubsub.example.org/mynode\`. +`HOST/NODE`, e.g.`pubsub.example.org/mynode`. ### Limitations