mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
docs/MQTT: replace confusing 80 by 75
I was a bit surprised by the `80`: first thought: what's HTTP doing here? ;) Closes #5236
This commit is contained in:
parent
89f1e639f6
commit
19ec94d944
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user