From: JP Mens Date: Tue, 14 Apr 2020 17:07:08 +0000 (+0200) Subject: docs/MQTT: replace confusing 80 by 75 X-Git-Tag: curl-7_70_0~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19ec94d944124aaee0a544c886a319cf4b1108b4;p=thirdparty%2Fcurl.git docs/MQTT: replace confusing 80 by 75 I was a bit surprised by the `80`: first thought: what's HTTP doing here? ;) Closes #5236 --- diff --git a/docs/MQTT.md b/docs/MQTT.md index 1c7b678aaa..a40971474f 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