summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Mens <jp@mens.de>2020-04-14 19:07:08 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-14 23:08:43 +0200
commit19ec94d944124aaee0a544c886a319cf4b1108b4 (patch)
tree93396a92235d1e5216051f49a638811a89488b4e
parent89f1e639f6a8d1f4dfb309b95f49028f6c826d47 (diff)
downloadcurl-19ec94d944124aaee0a544c886a319cf4b1108b4.tar.gz
docs/MQTT: replace confusing 80 by 75
I was a bit surprised by the `80`: first thought: what's HTTP doing here? ;) Closes #5236
-rw-r--r--docs/MQTT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MQTT.md b/docs/MQTT.md
index 1c7b678aa..a40971474 100644
--- a/docs/MQTT.md
+++ b/docs/MQTT.md
@@ -31,7 +31,7 @@ Example subscribe:
Example publish:
- curl -d 80 mqtt://host/home/bedroom/dimmer
+ curl -d 75 mqtt://host/home/bedroom/dimmer
## What does curl deliver as a response to a subscribe