mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue